GNU APL is a free interpreter for the programming language APL.
GNU APL is a free interpreter for the programming language APL. The APL interpreter is an (almost) complete implementation of ISO standard 13751 aka. Programming Language APL, Extended.
GNU APL is a free interpreter for the programming language APL. The APL interpreter is an (almost) complete implementation of ISO standard 13751 aka. Programming Language APL, Extended.
To install gnu-apl, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install gnu-apl
To see what files were installed by gnu-apl, run:
port contents gnu-apl
To later upgrade gnu-apl, run:
sudo port selfupdate && sudo port upgrade gnu-apl
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.