[ANN] Hiccup 2.0.0-alpha1

2017-01-14 Thread James Reeves
I'd like to tentatively announce the first alpha version of Hiccup 2.0.0. This release introduces automatically escaping of strings, which has been a frequently requested feature. Hiccup 1.0 had no way of distinguishing between a string of text and a fragment of HTML, so for version 2.0 a new type

Re: spec and à la carte conformance of map vals (and maybe a bug)

2017-01-14 Thread Sean Corfield
At World Singles, we use clojure.spec for that scenario: conforming / validating string input data and producing non-string conformed values. For each string-to-non-string type, we write a conformer that accepts the string and either produces the valid, parsed non-string valid or produces ::

Re: New to Clojure

2017-01-14 Thread Gregg Reynolds
On Jan 9, 2017 5:06 PM, "(hash-map :new "to clojure" :need "assistance")" < nas@gmail.com> wrote: Hi all! So, I'm new to Clojure! I'm coming in from a Java background and am currently working on a project that has prompted me to have a look at whether Clojure would be useful. I have started b

Re: New to Clojure

2017-01-14 Thread Gregg Reynolds
On Jan 9, 2017 5:06 PM, "(hash-map :new "to clojure" :need "assistance")" < nas@gmail.com> wrote: Hi all! So, I'm new to Clojure! I'm coming in from a Java background and am currently working on a project that has prompted me to have a look at whether Clojure would be useful. I have started b

Re: New to Clojure

2017-01-14 Thread simon lomax
As far as SQL libraries for Clojure are concerned I would highly recommend HugSQL . Comprehensive documentation and a pleasure to use. Good luck with your project. regards, Simon On Monday, 9 January 2017 23:06:30 UTC, (hash-map :new "to clojure" :need "assistance")