gnu-apl

GNU implementation of the APL programming language interpreter

brewmacoslinux
Try with needOr install directly
Source

About

GNU implementation of the programming language APL

Commands

apl

Examples

Start the interactive APL interpreter$ apl
Execute an APL script file$ apl script.apl
Run APL code directly from command line$ apl -f script.apl