From d882ab595b410c886acbd7fd7c43ae765021a8e1 Mon Sep 17 00:00:00 2001 From: Jason Turner Date: Sun, 25 May 2014 20:19:46 -0600 Subject: [PATCH] Update and rename 08-Consider_Enabling_Scripting.md to 08-Enable_Scripting.md --- 08-Consider_Enabling_Scripting.md => 08-Enable_Scripting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename 08-Consider_Enabling_Scripting.md => 08-Enable_Scripting.md (93%) 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.