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

2012-12-21 Thread Stuart Sierra
On Tuesday, December 18, 2012 1:02:55 AM UTC-5, Mikera wrote: > > Re: tools.namespace, I've found some similar functions in the bultitude > library (https://github.com/Raynes/bultitude/tree/master/src/bultitude). > Apparently it addresses > "specific needs that clojure.tools.namespace did not pr

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

2012-12-18 Thread Anthony Grimes
Actually, scratch that first one. Looks like Stuart did finally apply the patch. Other reasons for bultitude's existence still apply. On Tuesday, December 18, 2012 6:06:40 AM UTC-6, Anthony Grimes wrote: > > http://dev.clojure.org/jira/browse/TNS-1 is the reason why I did > bultitude. It was an

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

2012-12-18 Thread Anthony Grimes
http://dev.clojure.org/jira/browse/TNS-1 is the reason why I did bultitude. It was an important bug that was never addressed, and probably still hasn't been addressed. Other people have also added relatively complex classpath features to it as well, and since it isn't a contrib project you can

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

2012-12-17 Thread Mikera
Hi Stuart, Re: tools.namespace, I've found some similar functions in the bultitude library (https://github.com/Raynes/bultitude/tree/master/src/bultitude). Apparently it addresses "specific needs that clojure.tools.namespace did not provide". Is one of these recommended over the other, or is t

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

[ANN] tools.namespace 0.2.2 and Flow 0.1.0

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