Steps To Install ecl on Mac

Package Information:

Name: ecl
Use: Embeddable Common Lisp
URL: https://common-lisp.net/project/ecl/

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

ecl is ready to use now!