create new account | forgot password


posted by dsk on November 10th, 2011 at 9:54PM

> This doesn't address any of the very serious problems I have with JavaShit -- which are mainly client-side

Actually .. I have no clue what your problem with Javascript is. I'm trying to figure out if you have a problem with the language itself (i.e. the syntax), or if you just hate the idea of any dynamic language (e.g. Python) executing client-side.


>V8 that seems to have the more efficient resource usage?

V8 is a javascript engine. It executes Javascript code "by compiling JavaScript to native machine code before executing it, rather than to execute bytecode or interpreting it" - essentially hitting native speed. It just so happens to be the exact same engine that Google Chrome runs client-side to execute client-side code.
Link | Parent


 
 

posted by dennisn on November 11th, 2011 at 7:10AM

No clue? I just concisely listed five huge reasons -- and there are others. I don't really care about syntax/language, nor do I have anything against interpreted languages in general -- I use Bash and PHP all the time.