Newt/0 is a NewtonScript compiler and interpreter.
Newt/0 is an opensource implementation of a NewtonScript compiler and interpreter. The language comes with Cocoa bindings. The compat variant can be used to generate NewtonScript bytecode that can then be executed on the Apple Newton.
Newt/0 is an opensource implementation of a NewtonScript compiler and interpreter. The language comes with Cocoa bindings. The compat variant can be used to generate NewtonScript bytecode that can then be executed on the Apple Newton.
To install newt0, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install newt0
To see what files were installed by newt0, run:
port contents newt0
To later upgrade newt0, run:
sudo port selfupdate && sudo port upgrade newt0
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.