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 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 6:25

>>18
s/throw an/catch the/

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