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

2017-01-13 Thread Josh Tilles
Alex, Thank you for your reply! (I apologize for the delay in my own.) I’ll first address your final point (regarding what spec is buying me vs. just using normal functions): I’m still trying to figure that out myself!  I.e., the boundaries of spec’s applicability/appropriateness are not yet

Re: [ANN] Ultra v0.5.1 - a Leiningen plugin for a superior development environment

2017-01-13 Thread Mars0i
Got it. Thanks David. -- 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 post. To unsubscribe from this

Re: algebra system & core.logic

2017-01-13 Thread Alex Gian
No, there isn't a system based on core.logic, AFAIK, but Gerry Sussmans scmutils has had an succesful initial port. I am sure that core.logic and many other Clojure facilities could be used to improve the symbolic logic, enable better algorithms etc, and I certainly hope this will happen.

Re: Storing Clojure spec's in edn files?

2017-01-13 Thread david swift
Ah thank you, I'll have a look at it. On Friday, 13 January 2017 21:25:32 UTC, Alex Miller wrote: > > s/form is designed to return a version of the spec that can be sent over > the wire, saved to disk, etc. (There are a few known bugs with it still but > those are being fixed.) > > > > On

Re: Storing Clojure spec's in edn files?

2017-01-13 Thread Alex Miller
s/form is designed to return a version of the spec that can be sent over the wire, saved to disk, etc. (There are a few known bugs with it still but those are being fixed.) On Friday, January 13, 2017 at 3:19:03 PM UTC-6, david swift wrote: > > I was curious and wondering if it is possible

Storing Clojure spec's in edn files?

2017-01-13 Thread david swift
I was curious and wondering if it is possible (and if so how) to store Clojure spec's in edn files? I've an idea of (dynamically) loading spec's from say a resource/spec folder of app using some form of a lookup function and then use that analysis the code; I say this as I was looking to

Re: [ANN] Ultra v0.5.1 - a Leiningen plugin for a superior development environment

2017-01-13 Thread W. David Jarvis
Gotcha! This behavior is controlled by the plugin Ultra uses for pretty-printing, Whidbey, and on its lower-level pretty-printing library Puget . As far as I can tell there isn't an option to control for this, though the project's author might be open to a PR.