ChaiScript website

This commit is contained in:
Faraz Fallahi
2014-07-29 02:43:23 +04:30
parent 998ebd5400
commit 847d3be22e

View File

@@ -240,7 +240,7 @@ A curated list of awesome C/C++ frameworks, libraries, resources, and shiny thin
## Scripting ## Scripting
* [ChaiScript](http://chaiscript.com/) - An easy to use embedded scripting language for C++. * [ChaiScript](https://github.com/ChaiScript/ChaiScript/) - An easy to use embedded scripting language for C++. - [website](http://chaiscript.com/)
* [Lua](http://www.lua.org/) - A minimal and fast scripting engine for configuration files and basic application scripting. * [Lua](http://www.lua.org/) - A minimal and fast scripting engine for configuration files and basic application scripting.
* [luacxx](https://github.com/dafrito/luacxx) - C++11 API for creating Lua bindings. * [luacxx](https://github.com/dafrito/luacxx) - C++11 API for creating Lua bindings.
* [SWIG](http://www.swig.org/) - a wrapper/interface Generator that let you link your c++ code to Javascript, Perl, PHP, Python, Tcl and Ruby. * [SWIG](http://www.swig.org/) - a wrapper/interface Generator that let you link your c++ code to Javascript, Perl, PHP, Python, Tcl and Ruby.