Comment Re:Javascript for the desktop? (Score 1) 265
This is sad. As a programming language, Javascript makes Visual Basic look good.
How is that? Javascript is a pretty good duck typed prototype-based language. The syntax is similar to c++, but being interpreted you have awesome RPC features built in eg. JSON. I don't get how you could even compare the two.