Does Flow work with ClojureScript?

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 (?).

(hopefully I understood the functionality well after a quick scan and getting 
all excited about it… ;-)

-FrankS.



On Dec 14, 2012, at 5:52 AM, Stuart Sierra <[email protected]> wrote:

> tools.namespace (a Clojure contrib library):
> Tools for managing & reloading namespaces.
> 
> Changelog & more info:
> 
>   https://github.com/clojure/tools.namespace
> 
> Leiningen dependency:
> 
>     [org.clojure/tools.namespace "0.2.2"]
> 
> 
> 
> Flow (non-contrib, EPL):
> Building up computations out of dependency declarations.
> 
> Changelog & more info:
> 
>   https://github.com/stuartsierra/flow
> 
> Leiningen dependency:
> 
>     [com.stuartsierra/flow "0.1.0"]
> 
> -S
> 
> 
> -- 
> You received this message because you are subscribed to the Google
> Groups "Clojure" group.
> To post to this group, send email to [email protected]
> Note that posts from new members are moderated - please be patient with your 
> first post.
> To unsubscribe from this group, send email to
> [email protected]
> For more options, visit this group at
> http://groups.google.com/group/clojure?hl=en

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to [email protected]
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Reply via email to