That's, like, totally insane! I love it! I love you!
But really, needs more non-deterministic neural nets.
Name:
Anonymous2013-03-24 15:15
Scheme can do that much more elegant.
(define (U f) (f f))
(define fib (U (lambda (f) (lambda (n) (if (< n 2) 1 (+ ((f f) (- n 1)) ((f f) (- n 2))))))))
Name:
Anonymous2013-03-24 15:15
stack overflow
Name:
Anonymous2013-03-24 15:16
What is this:
pvpnet://lol/customgame/joinorcreate/map1/pick6/team5/specALL/eyJuYW1lIjoiRVNMIE1BVENIICMyODA2NDIyNDc2NzkxMTgwNDc2IiwiZXh0cmEiOiJ7XCJ2ZW5kb3JfaWRcIjpcIjI4MDY0MjI0XCIsXCJ2ZW5kb3Jfc2NvcGVcIjpcImVzbF9tYXRjaFwiLFwiaWRlbnRpZmllclwiOlwiZXNsX21hdGNoOjI4MDY0MjI0OjFcIn0iLCJwYXNzd29yZCI6IjI4MzQ0MDA4ODI4MzQ0MDA4ODI4MzQ0MDA4ODI4MyIsInJlcG9ydCI6Imh0dHA6XC9cL2dhbWUuYXBwcy5hcGkuZXNsLmV1XC9nYW1lX2ludGVncmF0aW9uXC9sb2xcL3JlcG9ydCJ9
>>3
The original source is in Scheme, this is just compiled into javascript from that. Also, this defines the infinite list of all fibonacci numbers via a church-encoded lazy list
>>26 )))) is better than )}();
})();
()}}}();()0))));
} IMO, and I think Lisp is shit. It's just that Javashit is the worst abomination I've ever had to see in my entire life.