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

Magic Functors

Name: Anonymous 2007-03-18 20:22 ID:NQOeyECx

Hey, just been learning some new programming techniques,

whats your opinion of the use of magic functions in large scale development /prog/?

Name: Anonymous 2007-03-20 14:28 ID:+gBOpfuF

all decent languages allow you to do this:
function a(x){
 Function.prototype.toString=function(){return x};
 alert(a);
}
a('lol whut');

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