Hello everyone! I recently created this 
library<https://github.com/steveshogren/deft>to solve a problem I was having 
with maps. 

I am not sure if it would be helpful to anyone else, I would appreciate any 
feedback.

The point of the library is to provide some run-time "typeshape" checking 
of Clojure functions, completely a la carte, but not step on the toes of 
the built in pre/post assertions. I know this sort of thing can be done 
with those assertions, but I wanted to make it simpler to use. Right now a 
typeshape is just a vec of keywords a map must contain to be considered 
that typeshape.

Any suggestions as to my implementation or pull requests are totally 
welcome. 

Thanks!

Steve

-- 
-- 
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/groups/opt_out.


Reply via email to