mirror of
https://github.com/cpp-best-practices/cppbestpractices.git
synced 2025-12-17 19:24:36 +03:00
Update and rename 08-Consider_Enabling_Scripting.md to 08-Enable_Scripting.md
This commit is contained in:
10
08-Enable_Scripting.md
Normal file
10
08-Enable_Scripting.md
Normal 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
|
||||
Reference in New Issue
Block a user