Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 812 Bytes

10-Enable_Scripting.md

File metadata and controls

12 lines (9 loc) · 812 Bytes

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