Excellent! How is the Clojure compiler tested? Is there a set Clojure code that serves as Unit tests? I need something with all the corner cases both for syntax and references.
Thanks P Stephen C. Gilardi wrote: > > On Jan 17, 2009, at 8:40 AM, Peter Wolf wrote: > >> Actually, the observation below might be really good news. Does it >> means that all references are resolved at compile time? Do I ever have >> to run the code to figure out the context of a reference? Or, does the >> lexical context give me all the information I need? > > My understanding is that all references are resolved at compile time. > It's one of the design choices that helps make Clojure fast. > > --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 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 -~----------~----~----~----~------~----~------~--~---