Name: Anonymous 2011-01-24 14:42
And I'm not convinced about anything other than that Racket is slow as shit in a funnel. Explain this satori thing to me.
(define (state-loop state args)
(let-values (((state args) (apply state args)))
(state-loop state args)))