APL64: Difference between revisions

Jump to navigation Jump to search
1 byte added ,  19:08, 24 November 2020
m
2019 -> 2020
(→‎External Links: Link to latest update)
m (2019 -> 2020)
Line 15: Line 15:
}}
}}


'''APL64''' is a 64-bit APL interpreter in development by [[APL2000]], 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 [[APL2000]], intended to be compatible with [[APL+Win]]. APLNow began work on the project in 2015 and has issued updates on it from 2018 to 2020.


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.

Navigation menu