Add a new section on maintainability

This commit is contained in:
Jason Turner
2015-06-08 10:44:17 -06:00
parent 6d21a04e79
commit 5c7340061d
9 changed files with 37 additions and 26 deletions

10
09-Enable_Scripting.md Normal file
View File

@@ -0,0 +1,10 @@
# Enable Scripting
The combination of scripting and compiled languages is very powerful. It gives us the things we've come to love about compiled languages: type safety, performance, thread safety options, consistent memory model while also giving us the flexibility to try something new quickly without a full rebuild.
The VM based compiled languages have learned this already: JRuby, Jython, IronRuby, IronPython
* ChaiScript
* AngelScript
* luabind
* SWIG