Comment on Rama on Clojure's terms, and the magic of continuation-passing styleparentComments−andrewflnr1yYeah, CPS is best used as an implementation technique, which is how it's used here. I think they even use it to build a stream-like API for their "operations".
Comments
Yeah, CPS is best used as an implementation technique, which is how it's used here. I think they even use it to build a stream-like API for their "operations".