2008/10/2 Evan Martin <[EMAIL PROTECTED]>: > The v8 C++ API is quite nice! But to use v8 from within other > languages, it would be useful to have C bindings, as most languages > can bind against C but not C++.
By the way, if you are interested in writing bindings to v8 for other languages, you may be intersted in v8onpython: http://www.bitbucket.org/dfdeshom/v8onpython/ v8onpython uses Cython's C++ support to write Python binding. -- Seo Sanghyeon --~--~---------~--~----~------------~-------~--~----~ v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev -~----------~----~----~----~------~----~------~--~---
