On Jan 18, 10:33 pm, Richard Newman <holyg...@gmail.com> wrote:
> >> defvar
> >> defparamater
>
> def, pretty much. (Some of the niceties of CL semantics don't really  
> apply.)
>
> >> let*
>
> let.
>
> >> defconstant
>
> No equivalent. Use def and allow the JIT to do the "is this constant?"  
> work.
>
> >> mapcar
>
> map.

Richard, thanks for the information and I appreciate it.  I guess I
can use
Rich Hickey's advice that if you don't find an equivalent, then it's
easy
to write in Clojure.

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