From 8faec9642d62ba762fdfc6f425bfbb1395193fba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matti=20M=C3=A5rds?= Date: Sat, 18 Apr 2015 11:54:49 +0200 Subject: [PATCH] Added Shopify's go-lua to the list of embeddable scripting languages --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0f1c556..e51f657 100644 --- a/README.md +++ b/README.md @@ -252,6 +252,7 @@ Join us on IRC at **#awesome-go** on freenode [web access](http://webchat.freeno *Embedding other languages inside your go code* +* [go-lua](https://github.com/Shopify/go-lua) - A port of the Lua 5.2 VM to pure Go * [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