Wasn't aware of that. Looks like it's being used here
https://github.com/clojure/clojure/blob/master/src/jvm/clojure/lang/Compiler.java#L401 Thanks, Ambrose On Thu, Mar 13, 2014 at 10:14 PM, Gal Dolber <[email protected]> wrote: > #'declare adds extra meta to the var {:declared true} > > I don't think it's being used right now, but it can be specially handled > by the compiler, for example, to ignore the #'declare stataments from the > emitted bytecode, I'm experimenting with this here: > > > https://github.com/galdolber/clojurefast/commit/649672baede3e0f1cc8b3e9e42b6e899927a9c09 > > > On Thu, Mar 13, 2014 at 10:57 AM, Ambrose Bonnaire-Sergeant < > [email protected]> wrote: > >> No difference, but declare can take multiple vars as arguments. >> >> Thanks, >> Ambrose >> >> >> On Thu, Mar 13, 2014 at 9:51 PM, Plínio Balduino <[email protected]>wrote: >> >>> Hi there >>> >>> Is there any difference between declare and def when I'm making a >>> forward declaration? >>> >>> Thanks >>> >>> Plínio >>> >>> -- >>> 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. >> > > -- > 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.
