My syntax highlighter makes it clear which symbols have similar names as clojure.core fns or vars : I have somewhat enforced the conventions not in the way to write the names (capitalized ..) but in the way to color them. So it is really easy to catch a color in a function or let parameter ...
HTH, -- Laurent 2009/9/19 CuppoJava <patrickli_2...@hotmail.com> > > John illustrates a common scenario in Clojure. Clojure's built-in > functions are tersely and sensibly named. The problem is that there is > indeed a finite number of terse and sensible names... which bites you > when you need some of those names. Hence why in my code I have started > to just capitalize variables. > > In my code: A "function" is something that is executed in its lexical > scope. > -Patrick > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---