Re: [ANN] Clojure/ClojureScript debugging library debux 0.4.0 is out.

2017-12-17 Thread Philos Kim
Debux library is now upgraded to version 0.4.1. 2017년 12월 7일 목요일 오후 7시 34분 29초 UTC+9, Philos Kim 님의 말: > > * https://github.com/philoskim/debux > > * https://clojars.org/philoskim/debux > -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to thi

Re: rationale for IAtom2 ?

2017-12-17 Thread Alex Miller
I guess I should also mention Rich’s conj keynote from last year where he talks in depth about growing, not breaking, software: https://m.youtube.com/watch?v=oyLBGkS5ICk -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send ema

Re: rationale for IAtom2 ?

2017-12-17 Thread Alex Miller
On Sunday, December 17, 2017 at 4:17:00 PM UTC-6, Jim foo.bar wrote: > > Hi all, > > This is mainly a question for the Clojure core dev team. I'm trying really > hard to understand the thinking behind the new IAtom2 interface. My train > of thought is detailed below, but you don't have to read t

Re: rationale for IAtom2 ?

2017-12-17 Thread Andy Fingerhut
I believe the short answer is: There are existing implementers of the IAtom interface out there. If the interface grew, those implementers would become broken with Clojure 1.9.0. There is no deep discussion of the details here, but a mention of wanting to avoid breaking changes in the IAtom inter

rationale for IAtom2 ?

2017-12-17 Thread dimitris
Hi all, This is mainly a question for the Clojure core dev team. I'm trying really hard to understand the thinking behind the new IAtom2 interface. My train of thought is detailed below, but you don't have to read the full thing. The core question is "How come the existing IAtom didn't grow,

[ANN] Integrated development environment for visual creation and simulation of spatial processes

2017-12-17 Thread ru
Hi, Integrated development environment for visual creation and simulation of spatial processes (simpro-scene) Homepage: https://github.com/rururu/simpro-scene Base

[ANN] jmh-clojure 0.2.0 - Seamless JMH benchmarking for Clojure

2017-12-17 Thread jgpc42
This library (github link ) provides a data-oriented API to JMH, the Java Microbenchmark Harness. Some of the new features since 0.1.0: External profiler support. Wiki example u

Re: Unexpected performace of transducers

2017-12-17 Thread Matan Safriel
Thanks Gary, Alex, Didier, I learned a lot from your replies. As per iota, I assume we're talking about this library of course . On Sun, Dec 17, 2017 at 2:40 PM, Gary Verhaegen wrote: The iota library implements a reducible object on top of files. It may be wor

Re: Unexpected performace of transducers

2017-12-17 Thread Gary Verhaegen
The iota library implements a reducible object on top of files. It may be worth trying out for your use-case. > On 17 Dec 2017, at 00:32, Alex Miller wrote: > > > >> On Saturday, December 16, 2017 at 2:39:14 PM UTC-6, Matan wrote: >> Hi, >> >> As this thread seems to have been going down th