Lisp Solutions to Project Euler.
If you're on a Mac, install the following with Homebrew:
brew install sbcl
brew install homebrew/boneyard/gambit-scheme
This installs Steel Bank Common Lisp and Gambit (a scheme interpreter/compiler). The latter needs GCC installed (brew install gcc
).
More information about the Homebrew boneyard.