Hello igraph developers Oriignal language in which igraph is written are C/C++(right?) as mentioned on wiki page <http://igraph.wikidot.com/>. I wanted to know how you people manage to port C/C++ code to other languages like Python, Ruby, R. Have you used SWIG <http://www.swig.org/> which work for many other languages or diffrint lib/tool for different languages like for Python we have Boost.Python, PypiRobin <https://pypi.python.org/pypi/Robin/1.0.1>, tradtional C++ embedding http://docs.python.org/2/extending/extending.html, etc.I want to know process of binding for each language and specifically for Python. I need this for one of my project in which want to do same.
-- Thanks
_______________________________________________ igraph-help mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/igraph-help
