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

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 >

Re: [ANN] Clojure 1.10.0-beta1

2018-10-09 Thread Colin Fleming
> > 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 to do. On Sat, 6 Oct 2018 at 12:17, Alex Miller wrote: > > > On Oct

Re: [ANN] Clojure 1.10.0-beta1

2018-10-08 Thread Yehonathan Sharvit
This is very appreciated that it is now easy (and not only simple :) ) to test new Clojure versions with Clojure CLI: clj -Sdeps '{:deps {org.clojure/clojure {:mvn/version "1.10.0-beta1"}}}' On Saturday, 6 October 2018 15:19:07 UTC+3, Alex Miller wrote: > > Thanks for testing! > > On

Re: [ANN] Clojure 1.10.0-beta1

2018-10-06 Thread Alex Miller
Thanks for testing! > On Oct 5, 2018, at 11:56 PM, Alan Thompson wrote: > > Looks good to me, tested on both prod and open source code. > Alan -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to

Re: [ANN] Clojure 1.10.0-beta1

2018-10-06 Thread Alex Miller
> On Oct 6, 2018, at 3:53 AM, Mike <145...@gmail.com> wrote: > > Cool! Will there be more guides how to use tap and prepl ? I’m not sure a guide is needed for tap - the functions are pretty simple? I’ll think about it. prepl is designed for tool makers so is probably a limited audience and

Re: [ANN] Clojure 1.10.0-beta1

2018-10-06 Thread Mike
Cool! Will there be more guides how to use tap and prepl ? Is there any plans to release clj for windows? Mike. суббота, 6 октября 2018 г., 7:56:52 UTC+3 пользователь Alan Thompson написал: > > Looks good to me, tested on both prod and open source code. > Alan > > On Fri, Oct 5, 2018 at 9:21

RE: [ANN] Clojure 1.10.0-beta1

2018-10-05 Thread Sean Corfield
ubject: Re: [ANN] Clojure 1.10.0-beta1 Now is a great time to try 1.10.0-beta1 and let us know if you find any major bugs or performance issues. I also meant to mention that all changes in Clojure 1.10 are now collected in the changelog: https://github.com/clojure/clojure/blob/master/

Re: [ANN] Clojure 1.10.0-beta1

2018-10-05 Thread Alan Thompson
Looks good to me, tested on both prod and open source code. Alan On Fri, Oct 5, 2018 at 9:21 PM Alex Miller wrote: > Now is a great time to try 1.10.0-beta1 and let us know if you find any > major bugs or performance issues. > > I also meant to mention that all changes in Clojure 1.10 are now

Re: [ANN] Clojure 1.10.0-beta1

2018-10-05 Thread Alex Miller
Now is a great time to try 1.10.0-beta1 and let us know if you find any major bugs or performance issues. I also meant to mention that all changes in Clojure 1.10 are now collected in the changelog: https://github.com/clojure/clojure/blob/master/changes.md At this point, we consider 1.10

[ANN] Clojure 1.10.0-beta1

2018-10-05 Thread Alex Miller
1.10.0-beta1 is now available. You can try it with clj using: clj -Sdeps '{:deps {org.clojure/clojure {:mvn/version "1.10.0-beta1"}}}' 1.10.0-beta1 includes the following changes since 1.10.0-alpha9: - Revert change for CLJ-1550 -