On Mon, May 6, 2013 at 1:30 AM, Shan Thomas <[email protected]> wrote: > Javascript is a good simple language, and v8 is a fast enough engine to make > js run on bigger stage. But when I am trying to use v8 in a big project > which involve precise number calculating, I found it's not precise. And it > make v8 not as good as other competitor(like CPython) on server-side > application development. I suggest that we make some change in server-side > js language and make it precise. It will make js much better.:-)
If you want Python, use Python. If you want js, use js. And if what you actually want is Pike, use Pike. :) I embed V8 in one of our applications as a means of permitting untrusted scripts to be run in a sandboxed environment. But for our web server, we use other languages. There's nothing wrong with that, this is why all of programming isn't done in a single language. ChrisA -- -- v8-users mailing list [email protected] http://groups.google.com/group/v8-users --- You received this message because you are subscribed to the Google Groups "v8-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
