On Wed, Aug 29, 2012 at 10:14 PM, Baishampayan Ghose <[email protected]> wrote: > Something like this? > > (defn A [] > 1) > > (defn A [] > (fn [] 1))
That would work but I wonder about how "(define ((A)) 1)" is evaluated in Scheme and why similar and easier approach is not possible in Clojure? -- 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
