Re: The soul of case

2017-06-25 Thread David Nolen
On Sat, Jun 24, 2017 at 1:49 PM, Matching Socks wrote: > > At any rate, I would like to put in either a documentation issue (if it's > a feature that ClojureScript's "case" does not work like Clojure's) or else > a defect issue (if it's a bug). > As I stated earlier, we're not going to remove it

Re: Numbers/math in Clojure

2017-06-25 Thread Alex Miller
On Sunday, June 25, 2017 at 1:55:42 AM UTC-5, henrik42 wrote: > > Alex, > > Am Samstag, 24. Juni 2017 13:38:55 UTC schrieb Alex Miller: >> >> >> >> Oh, I thought because there is the float-function floats are supported. > Clojure could use "0.2f" to print/read floats and still use double "0.2" a

Re: Data expansion alternatives and idioms

2017-06-25 Thread Steve Buikhuizen
After thinking this technique through, I realised that Datomic schema is a great candidate for s/conform. Here's an example https://gist.github.com/stevebuik/17ed50824f1bb814fab9e556a37cf18a Happy to hear feedback... -- You received this message because you are subscribed to the Google Group