Large core.math expression produces excessively long Clojure-generated class names

2018-10-06 Thread Laurens Van Houtven
I'm hitting CLJ-1852 [0] (Clojure-generated class names length exceed file-system limit) with a large core.match expression. I have verified that it is the number of clauses in core.match: compilation works as soon as I reduce it, and looking at `target/` it is actually producing very long

metric-based testing (evaluating changes to Monte Carlo tree search library)

2018-10-06 Thread Eric Lavigne
*Summary* I am writing tests involving multiple metrics with tradeoffs. When I make a software change, the tests should show check for changes across any of these metrics and show me that I was able to improve along one metric, but at the expense of another metric. If I decide that these

[ANN] Superstring 3.0.0

2018-10-06 Thread Lars Andersen
Hi all, I'm happy to announce that a new version of the string manipulation library, Superstring, is out. For those of you not already familiar with Superstring, it is a string manipulation library for Clojure and ClojureScript. You can read more about the project itself here:

Re: Clojure(Script) web apps in 2018

2018-10-06 Thread Tom Locke
Thanks very much everyone for your replies. Lots to look into! One tech conspicuous by its absence is Datomic Ions. Any stories from folks going that direction? Thanks again! Tom -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this

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