Add pybind11 link

This commit is contained in:
Michael V. DePalatis
2017-06-23 09:15:17 -04:00
parent 1f54fe88f4
commit b75f6cabb9

View File

@@ -9,3 +9,4 @@ The VM based compiled languages have learned this already: JRuby, Jython, IronRu
* [luabind](http://www.rasterbar.com/products/luabind.html) * [luabind](http://www.rasterbar.com/products/luabind.html)
* [sol2](https://github.com/ThePhD/sol2) (bindings for Lua) * [sol2](https://github.com/ThePhD/sol2) (bindings for Lua)
* [SWIG](http://www.swig.org/) (simplified wrapper and interface generator) * [SWIG](http://www.swig.org/) (simplified wrapper and interface generator)
* [pybind11](https://pybind11.readthedocs.io/en/stable/) (Python and modern C++ interoperability)