RAD: Difference between revisions

Jump to navigation Jump to search
m
Text replacement - "array languages]]" to "array languages]]Category:Languages with first-class functions"
Miraheze>Adám Brudzewsky
m (Text replacement - "{{APL programming language}}" to "{{APL dialects}}")
m (Text replacement - "array languages]]" to "array languages]]Category:Languages with first-class functions")
 
(9 intermediate revisions by 4 users not shown)
Line 3: Line 3:
| index origin          = any
| index origin          = any
| function styles        = [[dfn]]s, [[tacit]]
| function styles        = [[dfn]]s, [[tacit]]
| numeric types          = complex float
| numeric types          = [[complex]] float
| unicode support        = full
| unicode support        = full
| released              = 2018
| released              = 2018
Line 9: Line 9:
| latest release version = 2018 (unversioned)
| latest release version = 2018 (unversioned)
| influenced by          = [[Dyalog APL]], [[K]]
| influenced by          = [[Dyalog APL]], [[K]]
| implementation language = [https://en.wikipedia.org/wiki/D_(programming_language) D]
| implementation language = [[wikipedia:D (programming_language)|D]]
| source                = [https://bitbucket.org/zacharyjtaylor/rad/src/master/ Bitbucket]
| platforms              = x86, x86_64
| platforms              = x86, x86_64
| operating systems      = FreeBSD, Linux, macOS, Windows
| operating systems      = FreeBSD, Linux, macOS, Windows
| license                = [https://en.wikipedia.org/wiki/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 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>μ</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}}
{{APL dialects}}[[Category:List-based array languages]][[Category:Languages with first-class functions]]

Navigation menu