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:

  1. Open Terminal on your Mac.
  2. Execute the following command

    ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
  3. Install chibi-scheme using brew
    brew install chibi-scheme

chibi-scheme is ready to use now!