On Tue, Aug 2, 2011 at 5:12 PM, Butrus <[email protected]> wrote:
> Is it possible to use the v8 engine from c based programms (in some > civilized way?). Is there perhaps some glue layer for this? > Calling C code from v8 is trival. Calling v8 code from C can only be done if you "hide" the C++ parts behind C-capable interfaces. i think if you were to try this you would end up writing at least 1 C function for each bit of v8 functionality you wanted to call. It would probably get really tedious really quickly. i recently stumbled across a C-based JS engine (not SpiderMonkey), but can't for the life of me find a link to it now. If any of you happen to know what i'm talking about, i'd be very thankful for a link. -- ----- stephan beal http://wanderinghorse.net/home/stephan/ -- v8-users mailing list [email protected] http://groups.google.com/group/v8-users
