Hi Andrew,

let* is a compiler special form. You will find it referenced in
clojure.lang.Compiler in the map of special forms.

AFAIK there is no reason to use it directly.

Thanks,
Ambrose

On Sat, Jan 7, 2012 at 12:53 AM, Andrew <ache...@gmail.com> wrote:

> I have spent a little time trying to find the source code for let* and
> have so far failed :-P Can someone help me?
>
> (source let) .... points to a use of let*
>
> I can see the definition of let at github in clojure/clojure ... src ....
> core.clj...
>
> But I can't find let*
>
> Thanks in advance!
>
> --
> 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

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