[ANN] Quil 2.5.0 Release

2016-11-05 Thread Nikita Beloglazov
Happy to announce Quil 2.5.0 release. Quil is a Clojure/ClojureScript library for creating interactive drawings and animations. The release available on clojars: https://clojars.org/quil. List of changes: - Support svg rendering. #188 . - Add do-reco

Re: Addressing Matthias Felleisen's concerns?

2016-11-05 Thread Didier
Cool, I'm looking forward to it. Seems like that would greatly enhance TypedClojure's usefulness. On Monday, 9 May 2016 15:44:46 UTC-7, Ambrose Bonnaire-Sergeant wrote: > > Josh is correct. I'm currently working on merging this work now that my > courses are over. > > Thanks, > Ambrose > > On Mo

Re: Java like static typing for Clojure?

2016-11-05 Thread Didier
Spectrum (https://github.com/arohner/spectrum) seems quite interesting. I haven't tried spec yet, but form quick glance, it looks just as annoying as typed clojure to use. I think I'm imagining something simpler though. Say a system that just used already existing Clojure type hints, and perfor

Re: [ANN] Nightlight, an embedded editor for Clojure

2016-11-05 Thread Didier
Wow, this looks awesome. For now, I'm pretty satisfied with Atom + ProtoREPL. But if your approach can achieve much better code completion, much better linting, much better refactoring and hopefully much better debugging, I'm going to have to move to it. Actually, it would be awesome if you co

Re: clojure.spec - relationship between :args

2016-11-05 Thread dimitris
Hi Alex, I think I've figured it out. Here is the complete solution I've come up with in case you feel like providing feedback: (defn- extract-sensible-k-gen "Gen override for `::extract-args`." [] (gen/bind (spc/gen ::persistent-coll) #(let [r (rand) heads? ( >= r0.5)];; fl