From e91c0e32ba53f205aaf04fb256a0e97258d73232 Mon Sep 17 00:00:00 2001 From: Victor Hugo Borja Date: Sun, 13 Jul 2014 01:53:31 -0500 Subject: [PATCH] Add gisp --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e0e764c9..810f58f1 100644 --- a/README.md +++ b/README.md @@ -144,6 +144,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a * [agora](https://github.com/PuerkitoBio/agora) - Dynamically typed, embeddable programming language in Go * [anko](https://github.com/mattn/anko) - Scriptable interpreter written in Go +* [gisp](https://github.com/jcla1/gisp) - Simple LISP in Go * [golua](https://github.com/aarzilli/golua) - Go bindings for Lua C API * [go-python](https://github.com/sbinet/go-python) - naive go bindings to the CPython C-API * [otto](https://github.com/robertkrimen/otto) - A JavaScript interpreter written in Go