v1.70-20230307-3bc8d1f9Updated: 1 year, 8 months ago
free Scheme system supporting most R7RS language features
STklos is a free Scheme system supporting most of the language features defined in R7RS. The aim of this implementation is to be fast as well as light. The implementation is based on an ad-hoc Virtual Machine.
STklos is a free Scheme system supporting most of the language features defined in R7RS. The aim of this implementation is to be fast as well as light. The implementation is based on an ad-hoc Virtual Machine.
To install stklos-devel, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install stklos-devel
To see what files were installed by stklos-devel, run:
port contents stklos-devel
To later upgrade stklos-devel, run:
sudo port selfupdate && sudo port upgrade stklos-devel
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.