You have several options here:

1) Agents
2) Something like actors (my implementation is here
https://github.com/halgari/microactors/blob/master/src/microactors/core.clj
 )
4) Dataflow using agents (or fork/join perhaps)
3) CPS (as mentioned)

Perhaps a bit more explanation of what you're trying to accomplish might
help?

Timothy

-- 
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
Note that posts from new members are moderated - please be patient with your 
first post.
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