Type of let form

2013-10-04 Thread Amrut
Hello, According to this , "let" is a special form. but the source tells me that it's a macro that uses let*. I could not find any info on let* form. Can someone please explain what is happening here? TIA

Re: Type of let form

2013-10-04 Thread Amrut
UTC-7, Gary Trakhman wrote: > > The definitive authority on what is a special form and what isn't is > Compiler.java: > > > https://github.com/clojure/clojure/blob/master/src/jvm/clojure/lang/Compiler.java#L39 > > > On Fri, Oct 4, 2013 at 2:27 PM, Amrut >wr