Update and rename 08-Consider_Enabling_Scripting.md to 08-Enable_Scripting.md

This commit is contained in:
Jason Turner
2014-05-25 20:19:46 -06:00
parent 811ea616a0
commit d882ab595b

View File

@@ -1,4 +1,4 @@
# Consider Enabling Scripting
# 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.