The Alan Programming Language: The alan compiler and runtime can parallelize your code without concurrent or asynchronous programming (threads, promises, channels, etc) by only allowing iteration and recursion that is guaranteed to halt (e.g. no while (true) {} loops)
The Alan Programming Language: The alan compiler and runtime can parallelize your code without concurrent or asynchronous programming (threads, promises, channels, etc) by only allowing iteration and recursion that is guaranteed to halt (e.g. no while (true) {} loops)
To install alan, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install alan
To see what files were installed by alan, run:
port contents alan
To later upgrade alan, run:
sudo port selfupdate && sudo port upgrade alan
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.