Steps To Install ecl on Mac
Package Information:
Name: ecl
Use: Embeddable Common Lisp
URL: https://common-lisp.net/project/ecl/
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 ecl using brew
brew install ecl
ecl is ready to use now!