FrankS wrote:
> Does Flow work with ClojureScript?

I haven't tried. In principle, there's no reason why it
couldn't. It uses macros, so it would require some porting.

> It feels like expressing and using those Flows could solve
> similar call-back-hell problem in the single-threaded
> asynchronous javascript world, and could be an alternative
> to promises (?).

I think you still need something to enable asynchrony: Flow
by itself doesn't give you that. But it's an intriguing
idea!

-S

-- 
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