On Mon, Jan 26, 2009 at 4:38 AM, Rich Hickey <richhic...@gmail.com> wrote:
> Continuations, like TCO, will have to come from the JVM.

Perhaps a better question to ask is whether it is possible to
implement yield without user-available continuations.  I assume it's
possible since Python has yield, but not continuations, however, I've
never really given the issue much thought.  I agree that yield is the
most handy way I know of to write generators, so if it is possible to
do this in Clojure, I think it would add quite a bit of value to
streams.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To post to this group, send email to clojure@googlegroups.com
To unsubscribe from this group, send email to 
clojure+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/clojure?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to