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

node.js is the future

Name: Anonymous 2012-08-13 16:24

1. familiarity always wins
2. sharing code, even 10% of your application, rapes any other language feature
3. std library  is small and designed purely for talking to networks/fs, making it fun to work with, unlike say python or cpp
4. easy to get started with

Name: Anonymous 2012-08-13 19:34

>>8

for (i = 0; i < 10; i++) {
  (function (i) {
    (function (i) {
      (function (i) {
        document.write(i + ": the power of closures!!!1<br />");
      })(i);
    })(i);
  })(i);
}

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