Skip to content

Files

Latest commit

 

History

History
123 lines (105 loc) · 5.8 KB

scripting-language.md

File metadata and controls

123 lines (105 loc) · 5.8 KB

Bookmarks tagged [scripting-language]

https://github.com/PuerkitoBio/agora

Dynamically typed, embeddable programming language in Go.


https://github.com/mattn/anko

Scriptable interpreter written in Go.


https://github.com/alexeyco/binder

Go to Lua binding library, based on gopher-lua.


https://github.com/antonmedv/expr

an engine that can evaluate expressions.


https://github.com/gentee/gentee

Embeddable scripting programming language.


https://github.com/jcla1/gisp

Simple LISP in Go.


https://github.com/olebedev/go-duktape

Duktape JavaScript engine bindings for Go.


https://github.com/Shopify/go-lua

Port of the Lua 5.2 VM to pure Go.


https://github.com/deuill/go-php

PHP bindings for Go.


https://github.com/sbinet/go-python

naive go bindings to the CPython C-API.


https://github.com/aarzilli/golua

Go bindings for Lua C API.


https://github.com/yuin/gopher-lua

Lua 5.1 VM and compiler written in Go.


https://github.com/PaesslerAG/gval

A highly customizable expression language written in Go.


https://github.com/db47h/ngaro

Embeddable Ngaro VM implementation enabling scripting in Retro.


https://github.com/robertkrimen/otto

JavaScript interpreter written in Go.


https://github.com/ian-kent/purl

Perl 5.18.2 embedded in Go.


https://github.com/d5/tengo

Bytecode compiled script language for Go.