Add links to scripting options

This commit is contained in:
Michael V. DePalatis
2017-06-23 09:13:42 -04:00
parent ab9091a426
commit 1f54fe88f4

View File

@@ -4,8 +4,8 @@ The combination of scripting and compiled languages is very powerful. It gives u
The VM based compiled languages have learned this already: JRuby, Jython, IronRuby, IronPython The VM based compiled languages have learned this already: JRuby, Jython, IronRuby, IronPython
* ChaiScript * [ChaiScript](http://chaiscript.com/)
* AngelScript * [AngelScript](http://www.angelcode.com/angelscript/)
* luabind * [luabind](http://www.rasterbar.com/products/luabind.html)
* sol2 (bindings for Lua) * [sol2](https://github.com/ThePhD/sol2) (bindings for Lua)
* SWIG * [SWIG](http://www.swig.org/) (simplified wrapper and interface generator)