On Wednesday, November 7, 2018 at 3:19:27 AM UTC-6, Khalid Jebbari wrote: > > Example usage of tap: > https://quanttype.net/posts/2018-10-18-how-i-use-tap.html > > I've also briefly read the source code of the datafy namespace (short and > easy to understand), and my understanding is that it's currently for > one-way transformation of Java Objects into Clojure data through the > Datafiable protocol but it will attach the original object as a metadata to > the Clojure data produced. My feeling tells me that datafy will be used to > transform a clojure.spec object into data... (to avoid breaking the current > spec API). I haven't understood the nav function and associated Navigable > protocol yet though. >
That's a good summary. Wasn't really created for spec, but that is one possible use of it, still TBD. -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/clojure?hl=en --- You received this message because you are subscribed to the Google Groups "Clojure" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
