RAD: Difference between revisions

From APL Wiki
Jump to navigation Jump to search
m (Text replacement - "<source" to "<syntaxhighlight")
m (Text replacement - "array languages]]" to "array languages]]Category:Languages with first-class functions")
 
(2 intermediate revisions by 2 users not shown)
Line 20: Line 20:


RAD adds a few new primitives, among them:
RAD adds a few new primitives, among them:
* <syntaxhighlight lang=apl inline>μ</source> Arithmetic mean/Mold left like right
* <syntaxhighlight lang=apl inline>μ</syntaxhighlight> Arithmetic mean/Mold left like right
* <syntaxhighlight lang=apl inline>π</source> Pi
* <syntaxhighlight lang=apl inline>π</syntaxhighlight> Pi
* <syntaxhighlight lang=apl inline>"</source> Character↔Integer (<syntaxhighlight lang=apl inline>⎕UCS</source>)
* <syntaxhighlight lang=apl inline>"</syntaxhighlight> Character↔Integer (<syntaxhighlight lang=apl inline>⎕UCS</syntaxhighlight>)
* <syntaxhighlight lang=apl inline>⍁</source> Left-to-right version of <syntaxhighlight lang=apl inline>/</source>
* <syntaxhighlight lang=apl inline>⍁</syntaxhighlight> Left-to-right version of <syntaxhighlight lang=apl inline>/</syntaxhighlight>
== References ==
== References ==
<references />
<references />
{{APL dialects}}[[Category:Programming languages]]
{{APL dialects}}[[Category:List-based array languages]][[Category:Languages with first-class functions]]

Latest revision as of 23:06, 24 January 2024

RAD stands for Rankless APL Derivative. It is very closely related to APL (mainly the Dyalog variety), but uses K's array model, including the ability to "box" functions and use them as elements of an array. It was created by Zachary Taylor, 3rd place winner of Dyalog Ltd.'s 2017 APL Programming Contest.[1]

RAD adds a few new primitives, among them:

  • μ Arithmetic mean/Mold left like right
  • π Pi
  • " Character↔Integer (⎕UCS)
  • Left-to-right version of /

References

APL dialects [edit]
Maintained APL+WinAPL2APL64APL\ivApletteAprilCo-dfnsDyalog APLDyalog APL Visiondzaima/APLGNU APLKapNARS2000Pometo
Historical A Programming LanguageA+ (A) ∙ APL#APL2CAPL\360APL/700APL\1130APL\3000APL.68000APL*PLUSAPL.jlAPL.SVAPLXExtended Dyalog APLIverson notationIVSYS/7090NARSngn/aplopenAPLOperators and FunctionsPATRowanSAXSHARP APLRationalized APLVisualAPL (APLNext) ∙ VS APLYork APL
Derivatives AHPLBQNCoSyELIGleeIIvyJJellyK (Goal, Klong, Q) ∙ KamilaLispLang5LilNialRADUiua
Overviews Comparison of APL dialectsTimeline of array languagesTimeline of influential array languagesFamily tree of array languages