On Friday, July 6, 2012 8:16:11 PM UTC+2, Sean Corfield wrote:
>
> def and defn are for top-level definitions. let is for local definitions. 
>
> Specifically def and defn create a Var in the current namespace bound 
> to the specified value (or function), whereas let creates a lexically 
> scoped name bound to the value (or function). 
>
> Does that help? 
> -- 
> Sean A Corfield -- (904) 302-SEAN 
> An Architect's View -- http://corfield.org/ 
> World Singles, LLC. -- http://worldsingles.com/ 
>
> "Perfection is the enemy of the good." 
> -- Gustave Flaubert, French realist novelist (1821-1880) 
>

Yes, completely understood now. Many thanks, all the people in this list is 
helping a lot.

Cheers! 

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