/slight-lisp

Small LISP (Scheme) implementation based on http://norvig.com/lispy.html

Primary LanguageC++MIT LicenseMIT

slight-lisp

A C++14 implementation of a simple Scheme based on http://norvig.com/lispy.html.

This will never be anything more than a learning exercise, but it makes good use of modern C++ features.