That's kind of beautiful. Non-programmer here, so can somebody point me to an application of these beasts? can I use this kind of thing to e.g., speed up something?
Not that it would have less merit otherwise. Stretching my brain is already nice in itself.
back
1 comments
Fixed-point combinators are useful for memoizing or otherwise modifying recursive functions: http://matt.might.net/articles/implementation-of-recursive-f...