APL64: Difference between revisions
Jump to navigation
Jump to search
Miraheze>Marshall (Created page with "{{ Infobox array language | developer = APLNow LLC | released = unreleased | array model = nested | inde...") |
Miraheze>Marshall |
||
Line 21: | Line 21: | ||
== External Links == | == External Links == | ||
[http://forum.apl2000.com/viewtopic.php?f=30&t=1183&sid=daabb3b1498981c3bbf8589e7a50eb9d Overview of the APL64 Project] | * [http://forum.apl2000.com/viewtopic.php?f=30&t=1183&sid=daabb3b1498981c3bbf8589e7a50eb9d Overview of the APL64 Project] | ||
* [http://forum.apl2000.com/viewtopic.php?f=30&t=1229&sid=daabb3b1498981c3bbf8589e7a50eb9d APL64 Q&A Document (Nov 2, 2018)] | |||
[http://forum.apl2000.com/viewtopic.php?f=30&t=1229&sid=daabb3b1498981c3bbf8589e7a50eb9d APL64 Q&A Document (Nov 2, 2018)] | * [http://forum.apl2000.com/viewtopic.php?f=30&t=1269&sid=daabb3b1498981c3bbf8589e7a50eb9d APL Project Update - May 2019] | ||
[http://forum.apl2000.com/viewtopic.php?f=30&t=1269&sid=daabb3b1498981c3bbf8589e7a50eb9d APL Project Update - May 2019] | |||
{{APL programming language}} | {{APL programming language}} |
Revision as of 13:34, 1 November 2019
APL64 is a 64-bit APL interpreter in development by APLNow LLC, intended to be compatible with APL+Win. APLNow began work on the project in 2015 and has issued updates on it in 2018 and 2019.
New APL features described by the implementation team include a string datatype written using chevrons «»
, and "inner functions" defined using control statements :DEF
and :ENDDEF
rather than ∇
. Multi-threading and advanced object-oriented programming features including integration with .Net are also planned.