RAD: Difference between revisions

From APL Wiki
Jump to navigation Jump to search
(Remove infobox "website" field, as it redirects to same URL as "source")
m (Text replacement - "<source" to "<syntaxhighlight")
Line 20: Line 20:


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

Revision as of 21:33, 10 September 2022

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:

  • <syntaxhighlight lang=apl inline>μ</source> Arithmetic mean/Mold left like right
  • <syntaxhighlight lang=apl inline>π</source> Pi
  • <syntaxhighlight lang=apl inline>"</source> Character↔Integer (<syntaxhighlight lang=apl inline>⎕UCS</source>)
  • <syntaxhighlight lang=apl inline>⍁</source> Left-to-right version of <syntaxhighlight lang=apl inline>/</source>

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