Neurotic is a library that implements a `deftrait` macro and support for implementing those traits in `deftype`/`defrecod`
The purpose of this library is to provide a mechanism of code-reuse for those occasions when using a map and `extend` is not fast enough, or, in the case of java interfaces instead of clojure protcols, where `extend` would simply be impossible to use. https://github.com/Bronsa/neurotic Blind is a complete implementation of the clojure reader written in clojure, based on `clojure.lang.LispReader` and `cljs.reader` https://github.com/Bronsa/blind More informations and the documentation are available on the READMEs of the repositories. -- 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