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