zoem is a macro/programming language with stacks. zoem has stacks, arithmetic environment, delayed evaluation, inside-out evaluation, and a lot more features to allow abstraction, encapsulation and (lexical) scoping, as well as syntactic sugar to facilitate HTML production.
zoem is a macro/programming language with stacks. zoem has stacks, arithmetic environment, delayed evaluation, inside-out evaluation, and a lot more features to allow abstraction, encapsulation and (lexical) scoping, as well as syntactic sugar to facilitate HTML production.
To install zoem, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install zoem
To see what files were installed by zoem, run:
port contents zoem
To later upgrade zoem, run:
sudo port selfupdate && sudo port upgrade zoem
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.