https://github.com/Skinney/differ

I needed a way to send diffs of data from a cljs web-app to a clj backend, 
and I found clojure.data/diff to be a pain to work with, so i created my 
own solution. It currently only supports maps (and nested maps...), but 
support for lists, vectors and sets is on the roadmap for the next version. 
This version is mostly for me to test with my own app, which currently only 
uses maps.

-- 
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 group, send email to
clojure+unsubscr...@googlegroups.com
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 clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to