On Jan 22, 2010, at 9:08 , Miron Brezuleanu wrote: > I also use 'do's as others have suggested. Another trick is to add dummy > variables in lets just to be able to print something. For instance, > > (let [a 1 > b 2 > dummy1 (println "stuff") > c 3] > ...)
Isn't the ideomatic way here to call not used (dummy) variables _ (underscore)? -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/clojure?hl=en
