clj-duckling

2017-06-08 Thread Brent Millare
What are the typical uses cases of this library. Does it only parse temporal information? -- 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 - p

[ANN] re-learn 0.1.1 - data-driven tutorials for your reagent/re-frame app

2017-06-08 Thread Oliver Hine
Hi everyone, I'm pleased to announce the 0.1.1 release of re-learn , a library for writing and displaying tutorials to your users on your reagent/re-frame application. This is a non-breaking release that includes the following improvements: - Lesson positi

clj-duckling

2017-06-08 Thread dpom
Hello, Duckling is a Clojure library that parses text into structured data. As of May 1st, 2017 the Duckling team deprecated the Clojure version in favor of a Haskell Duckling (https://github.com/facebookincubator/duckling), see their blog post announcement ( https://wit.ai/blog/2017/05/01/new-d

RE: clojure.spec - Using :pre conditions (or not)?

2017-06-08 Thread David Goldfarb
Agreed; I was just following up on your previous comments. But, it is useful to have something that can be used in a precondition and also shows an explanation. I’m using, basically, (or (s/valid? spec x) (s/explain spec x)). It would be good to have this built-in too. From: clojure@googlegrou