Re: Nice screencast overview of Specter

2017-10-21 Thread lawrence . krubner
I surprised that I had never heard of this, despite following the other work that Nathan Marz has done. On Wednesday, October 18, 2017 at 11:01:24 AM UTC-4, Alan Thompson wrote: > > I just saw this on YouTube and thought you may enjoy it: > https://youtu.be/rh5J4vacG98 > > While there is lots

Accessing libraries in eval in ClojureScript..

2017-10-21 Thread phil jones
I'm trying to write a Clojurescript application which lets the user enter a short bit of "glue" code (in clojurescript) that uses various included libraries. I'm eval-ing the user-entered code. But it can't see any of the functions that were imported through require in the main page. I tried s

How to spec meta?

2017-10-21 Thread Vitalie Spinu
Hi, If my meta spec looks like (s/def ::meta-spec (s/keys :req [::xyz])) how do I define a spec for objects whose meta conforms to `::meta-spec`? Thanks! -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to cl