Dzaima/APL: Difference between revisions

From APL Wiki
Jump to navigation Jump to search
Miraheze>Marshall
mNo edit summary
Miraheze>Adám Brudzewsky
No edit summary
Line 2: Line 2:
| title                    = dzaima/APL
| title                    = dzaima/APL
| array model              = [[nested array model|nested]] or [[flat array model|flat]]
| array model              = [[nested array model|nested]] or [[flat array model|flat]]
| index origin            = arbitrary; only 0 or 1 supported
| index origin            = 0 or 1
| function styles          = [[dfn]], [[tacit]]
| function styles          = [[dfn]], [[tacit]]
| numeric types            = 64-bit float
| numeric types            = 64-bit float

Revision as of 18:11, 28 October 2019


For technical reasons, this page is named "Dzaima/APL". The actual name of the implementation is "dzaima/APL".

dzaima/APL is an implementation of APL in Java, created and maintained by Stack Exchange user dzaima. It is primarily based on Dyalog APL, but handles some parts of the language more strictly and includes additional primitive functions and operators. It also includes Processing integration.

dzaima/APL Android App

As of 2019, dzaima/APL is the only APL with a native dedicated Android app. This app wraps APL in an interface akin to that of graphic calculators.

External Links

Template:APL programming language