Return
Styles:
Pseud0ch
,
Terminal
,
Valhalla
,
NES
,
Geocities
,
Blue Moon
.
Entire thread
javascript = most powerful language
1
Name:
Anonymous
2012-09-07 18:25
if you don't like it, you don't know shit about functional programming
21
Name:
Anonymous
2012-09-09 11:18
>>12
the U combinator
(define (U f)
(f f))
Takes a function as an argument and applies the function to itself.
Then you get an infinite loop when you evaluate
(U U)
unless there is no tail call elimination, in which case the stack overflows.
Newer Posts
Don't change these.
Name:
Email:
Entire Thread
Thread List