On Sat, Mar 20, 2010 at 11:03 AM, strattonbrazil
<strattonbra...@gmail.com>wrote:

> Well, even in this case how do lisp programmers typically name their
> structs vs their variables?  In java I could make an "Employee" class
> and then an "employee" object and it was easy to distinguish between
> the two.  If it's not kosher to uppercase a struct, what's the
> convention for something like that?
>

In Clojure people tend to keep everything lowercase. The presence of
camelcase or capitalized things tend to denote the use of Java. There's
little incentive to distinguish structs in Clojure with the ubiquity of
immutable values.

David

-- 
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

To unsubscribe from this group, send email to 
clojure+unsubscribegooglegroups.com or reply to this email with the words 
"REMOVE ME" as the subject.

Reply via email to