Re: Writing Friendlier Clojure

2015-10-13 Thread gianluca torta
Hi, "Whenever you notice this pattern, you can probably turn to one of the > threading macros instead." > > that would fly in the face of being more declarative; when we start to > put in explicit ordering, instead of leaving it as just relationships, > that can be bad. of course it can also b

Re: Writing Friendlier Clojure

2015-10-08 Thread Raoul Duke
blah. "Whenever you notice this pattern, you can probably turn to one of the threading macros instead." that would fly in the face of being more declarative; when we start to put in explicit ordering, instead of leaving it as just relationships, that can be bad. of course it can also be good. eve