Dzaima/APL: Difference between revisions
Jump to navigation
Jump to search
Miraheze>Marshall No edit summary |
Miraheze>Marshall No edit summary |
||
Line 1: | Line 1: | ||
{{Infobox array language | {{Infobox array language | ||
| array model = [[nested array model|nested]] | | array model = [[nested array model|nested]] or [[flat array model|flat]] | ||
| index origin = 0 or 1 | | index origin = 0 or 1 | ||
| function styles = [[dfn]], [[tacit]] | | function styles = [[dfn]], [[tacit]] | ||
Line 10: | Line 10: | ||
| implementation languages = [https://en.wikipedia.org/wiki/Java_(programming_language) Java] | | implementation languages = [https://en.wikipedia.org/wiki/Java_(programming_language) Java] | ||
| platforms = JVM | | platforms = JVM | ||
| license = [https://en.wikipedia.org/wiki/MIT_License MIT | | license = [https://en.wikipedia.org/wiki/MIT_License MIT] | ||
| website = [https://github.com/dzaima/APL Github] | | website = [https://github.com/dzaima/APL Github] | ||
| documentation = [https://github.com/dzaima/APL/blob/master/docs/chars.txt docs] | | documentation = [https://github.com/dzaima/APL/blob/master/docs/chars.txt docs] |
Revision as of 15:05, 28 October 2019
- For technical reasons, this page is named "Dzaima/APL". The actual name of the implementation is "dzaima/APL".
daima/APL is an implementation of APL in Java. It is primarily based on Dyalog APL, but handles some parts of the language more strictly and includes additional primitive functions and operators.