>>5
I think the weak typing is good for JS and allows generic programming without some hack like templates, which really isn't suitable for a browser scripting language.
Name:
Anonymous2012-06-20 13:31
>>13
>weak typing is good
IMPOSSIBRU. It makes language unoptimizable. >>11
Nope. JS has ugly C-like syntax with CURLY BRACES and lacks metaprogramming.
Name:
Anonymous2012-06-20 13:55
enjoy your segault on every second webpage
Name:
Anonymous2012-06-20 14:57
>>14
but javascript v8 is the fastest dynamic language in existence
[LuaJIT] currently runs on all popular operating systems based on x86 or x64 CPUs (Linux, Windows, OSX etc.) or embedded systems based on ARM (Android, iOS), PPC or MIPS CPUs.
When is Javascript going to get libraries? Python, Ruby, Perl and Lua all come with a full set of libraries for accomplishing just about any task. There are no Javascript implementations that even have a full set of I/O. I would love to use Javascript, but without libraries it is stuck as a browser language
Name:
Anonymous2012-06-20 19:16
>>22
JS had libraries since the 1990s. Look up Windows Scripting Host. Linux fags are years behind everybody else as usual.
>>9
I hear this all the time, like javascript is java on the outside but a nice beautiful Scheme on the inside. Sorry, but that's baseless bullshit from people who don't know either language.