Re: Flow Q (Re: [ANN] tools.namespace 0.2.2 and Flow 0.1.0)

2012-12-14 Thread Stuart Sierra
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 > asynchronou

Flow Q (Re: [ANN] tools.namespace 0.2.2 and Flow 0.1.0)

2012-12-14 Thread Frank Siebenlist
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 g