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 commu

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 p

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 program running as a Clojure

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

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 o

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 > scalability as formula

[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: 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 he

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 sys