APL64: Difference between revisions

From APL Wiki
Jump to navigation Jump to search
Miraheze>Marshall
Miraheze>Marshall
mNo edit summary
Line 17: Line 17:
'''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.
'''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 <source lang=apl inline>«»</source>, and "inner functions" defined using control statements <source lang=apl inline>:DEF</source> and <source lang=apl inline>:ENDDEF</source> rather than <source lang=apl inline>∇</source>. [[Multi-threading]] and advanced [[object-oriented programming]] features including integration with .Net are also planned.
New APL features described by the implementation team include a [[string datatype]] written using chevrons <source lang=apl inline>«»</source>, and "inner functions" defined using control statements <source lang=apl inline>:DEF</source> and <source lang=apl inline>:ENDDEF</source> rather than <source lang=apl inline>∇</source>. [[Multi-threading]] and advanced [[object-oriented programming]] features including integration with [[.NET]] are also planned.


== External Links ==
== External Links ==

Revision as of 15:00, 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.

External Links

Template:APL programming language