On Tue, Dec 29, 2009 at 2:09 PM, Raoul Duke <rao...@gmail.com> wrote: >> http://groups.google.com/groups/search?safe=off&q=data+types+protocols+group:clojure&sa=X&oi=spell&spell=1 > > thanks! that sorta matched what i've already stumbled across in my googling > :-) > > concrete question 1: where is refiy? (doc reify) doesn't work, but > (reify) does do something. >
reify is a macro that maps to a special form. It will eventually have docs here: http://clojure.org/special_forms > concrete question 2: is there any canonical "this is the web page > about deftype + defprotocol, look here first, and yes we keep it up to > date"? i haven't found one yet. > The Assembla wiki is the one: http://www.assembla.com/wiki/show/clojure/Datatypes http://www.assembla.com/wiki/show/clojure/Protocols Rich -- 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