Implementation resources

From APL Wiki
Revision as of 14:47, 5 February 2021 by Marshall (talk | contribs) (Created page with "This page lists some resources for learning how to implement array languages. == Interpreting == * [https://mathspp.com/blog/tag:lsbasi-apl#body-wrapper Let's build a simple...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

This page lists some resources for learning how to implement array languages.

Interpreting

Compiling

Because traditional APL does not have a context-free grammar, the language must be modified or restricted in some way to allow it to be compiled. K and BQN have context-free grammars, making them immediately suitable for compilation.