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:
- 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 chicken using brew
brew install chicken
chicken is ready to use now!