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

node.js is the new java

Name: Anonymous 2012-09-09 8:35

it greatly improves on it's predecessors
familiar syntax
it's designed to be practical, to the chagrin of CS purists
next-generation of applications being built (hadoop, palantir, runsecape :  asana, meteor)

Name: Anonymous 2012-09-09 9:42

designed to be practical

Symta:

point X Y = [X=X; Y=Y; add P = point X+P.X Y+P.Y]


JavaScript:

function point(X,Y)
{
  this.X = X;
  this.Y = Y;
  this.add = function (P) { return point (this.X + P.X, this.Y + P.Y); }
}

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