On Wed, 29 Apr 2009 16:55:26 +0100, <sgb...@googlemail.com> wrote:
> i've done quite a lot with JS embedding in non-browser contexts, eg a JS
> SQLite3 wrapper:
>
> http://code.google.com/p/v8-juice/wiki/PluginSQLite
>
> and might be able to be of assistance here. Another interesting project  
> in
> this area is:
>
> http://code.google.com/p/v8cgi/
>
> which uses the google v8 javascript engine for server-side JS. That might
> make a very good starting point.

V8's architecture support is very limited though - even something as common 
as x86_64 is unsupported. Something with a non-JIT fallback would be much 
better from that point of view. 

The obvious choice from there is, of course, Mozilla's SpiderMonkey. 
JavaScriptCore is another option, although in the limited time I spent 
evaluating it I couldn't find any good documentation on their API). Personally,
I use QtScript to embed scripting inside my apps, but the dependencies of that
should be obvious
_______________________________________________
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to