Steps To Install chicken on Mac

Package Information:

Name: chicken
Use: CHICKEN is a compiler for the Scheme programming language.
URL: https://www.call-cc.org/

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 chicken using brew
    brew install chicken

chicken is ready to use now!