From 1f54fe88f47e983eebf3988e295d470e3e55b5e6 Mon Sep 17 00:00:00 2001 From: "Michael V. DePalatis" Date: Fri, 23 Jun 2017 09:13:42 -0400 Subject: [PATCH] Add links to scripting options --- 09-Enable_Scripting.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/09-Enable_Scripting.md b/09-Enable_Scripting.md index 954e9e7..8b57c4b 100644 --- a/09-Enable_Scripting.md +++ b/09-Enable_Scripting.md @@ -2,10 +2,10 @@ 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 +The VM based compiled languages have learned this already: JRuby, Jython, IronRuby, IronPython - * ChaiScript - * AngelScript - * luabind - * sol2 (bindings for Lua) - * SWIG + * [ChaiScript](http://chaiscript.com/) + * [AngelScript](http://www.angelcode.com/angelscript/) + * [luabind](http://www.rasterbar.com/products/luabind.html) + * [sol2](https://github.com/ThePhD/sol2) (bindings for Lua) + * [SWIG](http://www.swig.org/) (simplified wrapper and interface generator)