From b75f6cabb93e304c038d3c3287fad57e7cc8b985 Mon Sep 17 00:00:00 2001 From: "Michael V. DePalatis" Date: Fri, 23 Jun 2017 09:15:17 -0400 Subject: [PATCH] Add pybind11 link --- 09-Enable_Scripting.md | 1 + 1 file changed, 1 insertion(+) diff --git a/09-Enable_Scripting.md b/09-Enable_Scripting.md index 8b57c4b..e22724b 100644 --- a/09-Enable_Scripting.md +++ b/09-Enable_Scripting.md @@ -9,3 +9,4 @@ The VM based compiled languages have learned this already: JRuby, Jython, IronRu * [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) + * [pybind11](https://pybind11.readthedocs.io/en/stable/) (Python and modern C++ interoperability)