Search code examples
javascriptv8

Is there a way to use Google's v8 JavaScript engine as a standalone interpreter?


Possible Duplicate:
Running V8 Javascript Engine Standalone

I want to try a standalone JavaScript interpreter, rather than executing in Firefox all the time. I did find spidermonkey by googling, which could be installed on ubuntu, but is there a way to use Google's v8 as a standalone interpreter?


Solution

  • edit: misread your question. Sorry xD, take a look at this post instead: Running V8 Javascript Engine Standalone

    There you'll find instructions on how to build the interpreter.