/eulers-lisp

Lisp Solutions to Project Euler problems: https://projecteuler.net/

MIT LicenseMIT

eulers-lisp

Lisp Solutions to Project Euler.

Setup

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.