RAD: Difference between revisions

Jump to navigation Jump to search
m
Text replacement - "array languages]]" to "array languages]]Category:Languages with first-class functions"
m (Programming languages category)
m (Text replacement - "array languages]]" to "array languages]]Category:Languages with first-class functions")
 
(4 intermediate revisions by 2 users not shown)
Line 14: Line 14:
| operating systems      = FreeBSD, Linux, macOS, Windows
| operating systems      = FreeBSD, Linux, macOS, Windows
| license                = [[wikipedia:MIT_License|MIT]]
| license                = [[wikipedia:MIT_License|MIT]]
| 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 RAD documentation]
| documentation          = [https://bitbucket.org/zacharyjtaylor/rad/src/master/RAD_documentation.txt RAD documentation]
Line 21: 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>μ</syntaxhighlight> Arithmetic mean/Mold left like right
* <source lang=apl inline>π</source> Pi
* <syntaxhighlight lang=apl inline>π</syntaxhighlight> Pi
* <source lang=apl inline>"</source> Character↔Integer (<source lang=apl inline>⎕UCS</source>)
* <syntaxhighlight lang=apl inline>"</syntaxhighlight> Character↔Integer (<syntaxhighlight lang=apl inline>⎕UCS</syntaxhighlight>)
* <source lang=apl inline>⍁</source> Left-to-right version of <source 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]]

Navigation menu