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

Javascript frontend with a Javascript backend

Name: Anonymous 2010-01-22 18:48

Is it possible for a web site?

Javascript to process queries on the sever, Javascript to render the page, Javascript database, Javascript compiler, Javascript editor.

All made in Javascript.

Name: Anonymous 2010-01-24 4:15

I can't wait. Tail call optimization + standardization of methods like __noSuchMethod__, __defineGetter__,__defineSetter__, etc = big dicks.

Name: Anonymous 2011-05-05 6:24

>>17
Implementation-wise, you fat shit, i.e. a fully JS compiler.

>>13
TCO is improbable in JS. __noSuchMethod__ is useless (just throw an exception), and why not just use this:
function Anus () {
  this.haxus_the_great = 5;
}
Anus.prototype = {
  get hax() { return this.haxus_the_great; },
  set hax(v) { this.haxus_the_great = v * 90; },
  get anus() { return "This is an anus"; }
};

It works perfectly well with alert (anus.hax); and anus.hax = 100.1;

Name: Anonymous 2011-05-05 9:33

>>21
Where did I say that?

Name: Anonymous 2011-05-05 10:18

>>22,18,13,23
why not just use get proprty()... instead of __defineGetter__ and __defineSetter__?

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