From ab15078d3e534b856e17d1288d9f1cd5949eea10 Mon Sep 17 00:00:00 2001 From: Marin Date: Mon, 7 Jul 2014 17:08:16 -0700 Subject: [PATCH] Add anko to scriptable interpreters --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d938d28..01626c7 100644 --- a/README.md +++ b/README.md @@ -385,6 +385,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a *Embedding other languages inside your go code* +* [anko](https://github.com/mattn/anko) - Scriptable interpreter written 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