Re: [ANN] Predicat 0.2.2

2016-03-27 Thread adrian . medina
This looks really interesting and useful. Thanks for sharing. Thinking out loud, it would be interesting to see these failures integrated with something like Probe (https://github.com/VitalLabs/probe), which could not only record the failures but also potentially feed them into a monitoring

Re: Interest in a Full Featured Clojure Blog Engine

2016-03-27 Thread Timothy Washington
Ah just seeing this now. Duplicating a response to Nate, as I thought it was just in my inbox. While I did get some initial interest, subsequent requests for an architectural review (see here and

[ANN] Predicat 0.2.2

2016-03-27 Thread Sébastien Bocq
Hi all, I'm pleased to announce Predicat , a new validation library that permits to create and compose predicate functions whose failures always carry the expression and the input of the predicate that fails. See readme on github for the motivation examples:

Re: How manage this state problem The Clojure Way?

2016-03-27 Thread James Reeves
On 27 March 2016 at 23:10, hiskennyness wrote: > > On Saturday, March 26, 2016 at 8:53:24 PM UTC-4, James Reeves wrote: >> >> Have you considered modelling this as a functional problem first? >> > > Well. I was doing that in Cells 0.1... Worked great but quickly failed on >

Re: How manage this state problem The Clojure Way?

2016-03-27 Thread hiskennyness
On Saturday, March 26, 2016 at 8:53:24 PM UTC-4, James Reeves wrote: > > Have you considered modelling this as a functional problem first? > Well. I was doing that in Cells 0.1, which was invented to manage DUI layout no matter what wanted to be positioned or sized relative to what attribute

[ANN] clojure.java.jdbc 0.5.0 available

2016-03-27 Thread Sean Corfield
What? Clojure contrib wrapper for JDBC & SQL Where? https://github.com/clojure/java.jdbc/ Details? Release 0.5.0 on 2016-03-27 * Allow PreparedStatement in db-do-prepared-return-keys JDBC-115. * Remove exception wrapping JDBC-114. * Drop Clojure 1.3 compatibility. Despite the

Re: more minimal clojurescript intro/app

2016-03-27 Thread Lee Spector
Thanks Alan, Pedro, and Colin! All of those look like good starting points, and I will explore them soon. -Lee > On Sat, Mar 26, 2016 at 8:06 AM, Lee Spector > > wrote: > > Can anybody tell me or point me to a resource that will tell me how to get my > Clojure

Global catastrophic risks

2016-03-27 Thread Alex Miller
Let's keep this group on Clojure topics please, thanks. -- 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 be patient with your first

Global catastrophic risks

2016-03-27 Thread Richard Möhn
http://worrydream.com/ClimateChange/ I hadn't been thinking about global overheating (aka climate change) much before Eric Normand recommended that article of Bret Victor's in his Clojure Gazette. Now I'm thinking about it a lot and thought I'd try and bring it to broader attention in the

Re: more minimal clojurescript intro/app

2016-03-27 Thread Colin Fleming
In terms of learning a minimum about how ClojureScript itself works, I'd recommend starting from the Quick Start . It uses no external tooling so there's no house of cards effect which can be discouraging for new users. You'll end up with