APL64: Difference between revisions
Jump to navigation
Jump to search
(Released (page may still have some old info)) |
m (Whitespace) |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{ Infobox array language | {{Infobox array language | ||
| logo = [[File:APL64.gif]] | |||
| developer = [[APL2000]] | | developer = [[APL2000]] | ||
| released = 2022 | | released = 2022 | ||
Line 19: | Line 20: | ||
'''APL64''' is a 64-bit APL interpreter intended as a [[Backwards compatibility|backwards-compatible]] successor to [[APL+Win]]. Vendor [[APL2000]] began work on the project in 2015 and offered the first release in August 2022. | '''APL64''' is a 64-bit APL interpreter intended as a [[Backwards compatibility|backwards-compatible]] successor to [[APL+Win]]. Vendor [[APL2000]] began work on the project in 2015 and offered the first release in August 2022. | ||
New APL features include a [[string datatype]] written using chevrons <syntaxhighlight lang=apl inline>«»</syntaxhighlight>, "inner functions" defined using control statements <syntaxhighlight lang=apl inline>:DEF</syntaxhighlight> and <syntaxhighlight lang=apl inline>:ENDDEF</syntaxhighlight> rather than <syntaxhighlight lang=apl inline>∇</syntaxhighlight>, | New APL features include a [[string datatype]] written using chevrons <syntaxhighlight lang=apl inline>«»</syntaxhighlight>, "inner functions" defined using control statements <syntaxhighlight lang=apl inline>:DEF</syntaxhighlight> and <syntaxhighlight lang=apl inline>:ENDDEF</syntaxhighlight> rather than <syntaxhighlight lang=apl inline>∇</syntaxhighlight>, inline comments enclosed with glyphs <code>⟃</code> and <code>⟄</code> and block comments enclosed by these glyphs doubled <code>⟃⟃</code> and <code>⟄⟄</code>.<ref>APLNow. [http://www.apl2000.com/APL64/Press/Advantages_of_APL64_Details_Document.pdf Advantages of APL64]. 2024.</ref> | ||
== External Links == | == External Links == |
Latest revision as of 23:28, 22 February 2024
APL64 is a 64-bit APL interpreter intended as a backwards-compatible successor to APL+Win. Vendor APL2000 began work on the project in 2015 and offered the first release in August 2022.
New APL features include a string datatype written using chevrons «»
, "inner functions" defined using control statements :DEF
and :ENDDEF
rather than ∇
, inline comments enclosed with glyphs ⟃
and ⟄
and block comments enclosed by these glyphs doubled ⟃⟃
and ⟄⟄
.[1]
External Links
References
- ↑ APLNow. Advantages of APL64. 2024.
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 |