Maybe the most confusing thing is which construct to use when. I've found the following posts to be pretty helpful in sorting out the different tradeoffs:
https://github.com/Prismatic/eng-practices/blob/master/clojure/20130926-data-representation.md http://cemerick.com/2011/07/05/flowchart-for-choosing-the-right-clojure-type-definition-form/ On Sun, Nov 2, 2014 at 10:08 PM, kovas boguta <[email protected]> wrote: > Heres one thing: > > https://groups.google.com/forum/#!topic/clojure/ILPz4QOEod8 > > Requiring the namespace where you declared the type is not enough, you > need to import the type separately if you want to avoid using the > fully-qualified name. > > There is also a difference in this behavior between clojure and > clojurescript. > > > > On Sat, Nov 1, 2014 at 2:13 PM, Daniel Higginbotham < > [email protected]> wrote: > >> Thanks for the responses! This is very helpful. >> >> -- >> 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. >> > > -- 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.
