Chicken produces portable, efficient C, supports almost all of the current Scheme language standard, the Revised5 Report on the Algorithmic Language Scheme (R5RS), and includes many enhancements and extensions.
Chicken produces portable, efficient C, supports almost all of the current Scheme language standard, the Revised5 Report on the Algorithmic Language Scheme (R5RS), and includes many enhancements and extensions.
To install chicken, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install chicken
To see what files were installed by chicken, run:
port contents chicken
To later upgrade chicken, run:
sudo port selfupdate && sudo port upgrade chicken
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.