Steps To Install chibi-scheme on Mac
Package Information:
Name: chibi-scheme
Use: Chibi-Scheme [1] is a very small library intended for use as an extension and scripting language in C programs
URL: http://synthcode.com/wiki/chibi-scheme
Installation Steps:
- Open Terminal on your Mac.
- Execute the following command
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
- Install chibi-scheme using brew
brew install chibi-scheme
chibi-scheme is ready to use now!