Re: [ANN] Clojure 1.10.0-beta2

2018-10-10 Thread Herwig Hochleitner
What's datafy and why is it first appearing in a "feature complete" -beta2 release? -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - please b

Clojure In: An interview with Sean Corfield

2018-10-10 Thread andrew jackson
Hi everyone :) I recently interviewed Sean Corfield about his work with Clojure at World Singles Networks. Firstly, I'd like to say a big thank-you to Sean for taking time out on his trip to the UK to have lunch with me and for kindly letting me interview him. His real life personality is as f

Re: [ANN] Clojure 1.10.0-beta1

2018-10-10 Thread Bozhidar Batsov
Same here. On Tue, 9 Oct 2018 at 17:32, Colin Fleming wrote: > I’m not sure a guide is needed for tap - the functions are pretty simple? >> > > Personally, I understand the mechanics, but I have no idea how they're > intended to be used. I'd love to see some examples of what they're designed > t

Re: [ANN] Clojure 1.10.0-beta2

2018-10-10 Thread Bozhidar Batsov
My thoughts exactly. :-) Some more information about the new library and the odd timing of its introduction would be appreciated. On Wed, 10 Oct 2018 at 11:19, Herwig Hochleitner wrote: > > What's datafy and why is it first appearing in a "feature complete" -beta2 > release? > > -- > You receive

Re: [ANN] Clojure 1.10.0-beta1

2018-10-10 Thread Alex Miller
In a situation where you want to understand values flowing through some point in your system, you might use println or logging to understand what is flowing. What are the problems with println/logging? - both: about strings, not values - both: hard-wires the putting of the value to where the v

Re: [ANN] Clojure 1.10.0-beta2

2018-10-10 Thread Alex Miller
It's like finding that extra birthday present that got lost under the couch. Sorry we added more stuff? (copying this from stuff I wrote elsewhere)... Lots of people have built things like datafy already in an ad hoc or specialized way, but without the benefit of a common shared protocol to do

Re: [ANN] Clojure 1.10.0-beta1

2018-10-10 Thread Josh Tilles
I recently stumbled across this little example by Ghadi Shayban that helped *both* prepl and tap click for me: $ clj -Sdeps '{:deps {org.clojure/clojure {:mvn/version "1.10.0-beta2"}}}' Clojure 1.10.0-beta2

Re: [ANN] Clojure 1.10.0-beta2

2018-10-10 Thread Bozhidar Batsov
On Wed, 10 Oct 2018 at 16:57, Alex Miller wrote: > It's like finding that extra birthday present that got lost under the > couch. Sorry we added more stuff? > I love unexpected gifts! I’m just worried that unexpected problems with the unexpected gifts might delay the delivery of the expected one