RAD: Difference between revisions
Jump to navigation
Jump to search
Miraheze>Adám Brudzewsky No edit summary |
Miraheze>Adám Brudzewsky No edit summary |
||
Line 8: | Line 8: | ||
| developer = Zachary Taylor | | developer = Zachary Taylor | ||
| latest release version = 2018 (unversioned) | | latest release version = 2018 (unversioned) | ||
| influenced by = [[Dyalog APL]], [K]] | | influenced by = [[Dyalog APL]], [[K]] | ||
| platforms = x86, x86_64 | | platforms = x86, x86_64 | ||
| operating systems = FreeBSD, Linux, macOS, Windows | | operating systems = FreeBSD, Linux, macOS, Windows | ||
Line 14: | Line 14: | ||
| website = [https://bitbucket.org/zacharyjtaylor/rad BitBucket] | | website = [https://bitbucket.org/zacharyjtaylor/rad BitBucket] | ||
| download = [https://bitbucket.org/zacharyjtaylor/rad/downloads/ Source code] | | download = [https://bitbucket.org/zacharyjtaylor/rad/downloads/ Source code] | ||
| documentation = [https://bitbucket.org/zacharyjtaylor/rad/src/master/RAD_documentation.txt] | | documentation = [https://bitbucket.org/zacharyjtaylor/rad/src/master/RAD_documentation.txt RAD documentation] | ||
}} | }} | ||
'''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.<ref>[https://www.dyalog.com/news/119/420/2017-APL-Programming-Contest-Winners.htm dyalog.com/news/119/420/2017-APL-Programming-Contest-Winners.htm]</ref> | '''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.<ref>[https://www.dyalog.com/news/119/420/2017-APL-Programming-Contest-Winners.htm dyalog.com/news/119/420/2017-APL-Programming-Contest-Winners.htm]</ref> |
Revision as of 18:30, 28 October 2019
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 programming language}