RAD: Difference between revisions
Jump to navigation
Jump to search
Miraheze>Adám Brudzewsky mNo edit summary |
m (Text replacement - "array languages]]" to "array languages]]Category:Languages with first-class functions") |
||
(8 intermediate revisions by 3 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 = [[wikipedia: | | 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 = [[wikipedia:MIT_License|MIT]] | | license = [[wikipedia:MIT_License|MIT]] | ||
| 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: | ||
* < | * <syntaxhighlight lang=apl inline>μ</syntaxhighlight> Arithmetic mean/Mold left like right | ||
* < | * <syntaxhighlight lang=apl inline>π</syntaxhighlight> Pi | ||
* < | * <syntaxhighlight lang=apl inline>"</syntaxhighlight> Character↔Integer (<syntaxhighlight lang=apl inline>⎕UCS</syntaxhighlight>) | ||
* < | * <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]] |
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+Win ∙ APL2 ∙ APL64 ∙ APL\iv ∙ Aplette ∙ April ∙ Co-dfns ∙ Dyalog APL ∙ Dyalog APL Vision ∙ dzaima/APL ∙ GNU APL ∙ Kap ∙ NARS2000 ∙ Pometo ∙ TinyAPL |
Historical | A Programming Language ∙ A+ (A) ∙ APL# ∙ APL2C ∙ APL\360 ∙ APL/700 ∙ APL\1130 ∙ APL\3000 ∙ APL.68000 ∙ APL*PLUS ∙ APL.jl ∙ APL.SV ∙ APLX ∙ Extended Dyalog APL ∙ Iverson notation ∙ IVSYS/7090 ∙ NARS ∙ ngn/apl ∙ openAPL ∙ Operators and Functions ∙ PAT ∙ Rowan ∙ SAX ∙ SHARP APL ∙ Rationalized APL ∙ VisualAPL (APLNext) ∙ VS APL ∙ York APL |
Derivatives | AHPL ∙ BQN ∙ CoSy ∙ ELI ∙ Glee ∙ I ∙ Ivy ∙ J ∙ Jelly ∙ K (Goal, Klong, Q) ∙ KamilaLisp ∙ Lang5 ∙ Lil ∙ Nial ∙ RAD ∙ Uiua |
Overviews | Comparison of APL dialects ∙ Timeline of array languages ∙ Timeline of influential array languages ∙ Family tree of array languages |