Topic: V8 JavaScript Engine ?

Can the V8 JavaScript be added to Maratis as a second scripting language and how fast would it be compared to Lua?

Re: V8 JavaScript Engine ?

Hi, technically it can be added, but it probably won't be faster.

LuaJIT is probably the fastest dynamic langage (the same lua we have now but with a Just-In-Time compiler).
There is plan to add it instead of the standard lua interpreter.

Re: V8 JavaScript Engine ?

Then i vote for LuaJIT, hope you add it as soon as possible.

Re: V8 JavaScript Engine ?

Akira_san wrote:

Then i vote for LuaJIT, hope you add it as soon as possible.

I'm working on integrating it as a dependency into my CMake build system version of Maratis. However, I haven't yet figured out how to build it properly except using the Makefiles included in LuaJIT.

Re: V8 JavaScript Engine ?

Thats good news.