On Fri, Sep 18, 2009 at 6:37 PM, CuppoJava <patrickli_2...@hotmail.com>wrote:
> > 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 > This of course goes grossly against Lisp convention. Also in Clojure code the appearance of capitals usually signifies Java code. But whatever works for you... > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---