bahmanm / euler-cl

Project Euler in Common Lisp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Project Euler in Common Lisp

Solutions to Project Euler problems in Common Lisp.

SBCL is the Common Lisp implementation used for development and testing.

Dependencies

Installing the dependencies varies according to your library/package manager of choice. For example, using QuickLisp you can do so by executing the following in the Lisp REPL:

(ql:quickload "fiveam")
(ql:quickload "cl-ppcre")

How To Run

Assuming the dependencies are installed:

$ sbcl --load run-all.lisp    # replace "sbcl" with your favourite implementation

How To Test

Assuming the dependencies are installed:

$ sbcl --load test-all.lisp   # replace "sbcl" with your favourite implementation

About

Project Euler in Common Lisp

License:Apache License 2.0


Languages

Language:Common Lisp 90.7%Language:Perl 5.7%Language:Makefile 3.5%