diff --git a/08-Consider_Enabling_Scripting.md b/08-Enable_Scripting.md similarity index 93% rename from 08-Consider_Enabling_Scripting.md rename to 08-Enable_Scripting.md index 70dda67..ef001d9 100644 --- a/08-Consider_Enabling_Scripting.md +++ b/08-Enable_Scripting.md @@ -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.