Steps To Install chuck on Mac

Package Information:

Name: chuck
Use: ChucK is a programming language for real-time sound synthesis and music creation.
URL: http://chuck.cs.princeton.edu/

Installation Steps:

  1. Open Terminal.
  2. Run the following command

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

chuck is ready to use now!