mirror of
https://github.com/cpp-best-practices/cppbestpractices.git
synced 2025-12-17 11:14:35 +03:00
Merge pull request #75 from mivade/scripting-updates
Updating scripting page
This commit is contained in:
@@ -4,8 +4,9 @@ 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
|
||||
|
||||
* ChaiScript
|
||||
* AngelScript
|
||||
* luabind
|
||||
* sol2 (bindings for Lua)
|
||||
* SWIG
|
||||
* [ChaiScript](http://chaiscript.com/)
|
||||
* [AngelScript](http://www.angelcode.com/angelscript/)
|
||||
* [luabind](http://www.rasterbar.com/products/luabind.html)
|
||||
* [sol2](https://github.com/ThePhD/sol2) (bindings for Lua)
|
||||
* [SWIG](http://www.swig.org/) (simplified wrapper and interface generator)
|
||||
* [pybind11](https://pybind11.readthedocs.io/en/stable/) (Python and modern C++ interoperability)
|
||||
|
||||
Reference in New Issue
Block a user