/piquant

Another Lisp in Go

Primary LanguageGoMIT LicenseMIT

Piquant

License: MIT (see included LICENSE file)

Author: Kevin P. Albrecht - http://www.kevinalbrecht.com

Web Site: http://www.github.com/onlyafly/piquant

What is Piquant?

Piquant is a Lisp written in Go.

Running Test Suite

$ make test

Building From Source

$ make

Start REPL

$ piquant

Load forms from file then start REPL

$ piquant -l foo.v