Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

node.js

Name: Anonymous 2012-04-17 10:23

Your thoughts about it?

Name: Anonymous 2012-07-11 14:40

Javascript is a horrible language and even worse environment. The semi-functional style is a redeeming quality, but concurrency is not supported so it's not very useful.

The standard implementation is shit. You're interpreting from scratch every time you load. Not only that, you're also downloading the entire code from the server. Which leads to unsafe hacks like GETting code and evaling incrementally.

There have been efforts to fix this--Flash, Java applets, and Silverlight, which will still always be the tools of choice for demanding web applications. But there has been a big push as of late to put Javascript and "HTML5" everywhere.

Ideally we need a standard bytecode that browsers implement with  consistent behavior. Browsers become VMs. Then we can write as many compilers as we want. With Lisp, C, Python, C++, or [insert language] compilers, we can easily port current codebases to the web.

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List