Richard Newman <holyg...@gmail.com> writes:

> There are more subtle clues that you'll pick up in certain people's
> styles, too -- I'm sure my use of when has a very different pattern to
> a Java guy's, colored by my Common Lisp experience.

I'm still undecided whether to shake this habit:

,----
| (defmacro unless [pred & body]
|   `(when-not ~pred ~...@body))
`----

-- 
Steven E. Harris

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

Reply via email to