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++.

Here's a patch that provides enough API for me to write a simple
expression evaluator in Haskell:
http://codereview.chromium.org/6070

My main questions:
1) Are you interested in getting something this into the v8
repository, or should I maintain it separately?
2) Am I going about this the right way?  In particular I didn't want
to change v8.h but I'm not sure there's another option.

--~--~---------~--~----~------------~-------~--~----~
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
-~----------~----~----~----~------~----~------~--~---

Reply via email to