On Sun, May 5, 2013 at 5:30 PM, Shan Thomas <[email protected]> wrote:
> Javascript is a good That's debatable. > simple No, definitely not. > language, and v8 is a fast enough engine Nope, if it were "fast enough", we'd stop working on it, but in fact we're working very hard to make it faster. > 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. Can you be more specific? Can you share an example where V8 is not computing what you think it should compute? > 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.:-) Maybe what you want is a "big integer" library? No change to the language is required for that. Beyond that, V8's aim is to implement ECMAScript as defined on http://www.ecmascript.org/. To request or discuss changes to the language, that's the place to go. > -- > -- > 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. > > > -- -- 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.
