Exactly! I meant (slide #22) that some functions should extract (capture) the values you are interested in so that your macros only need to deestructure this result: macros should do as little as possible.
I hope this clarifies my point. Christophe Le mercredi 19 septembre 2012, Matching Socks a écrit : > > The Google can find a PDF by that name. It uses "capturing" in the sense > of regular expressions. I think his idea is that in the DSL you identify > or produce information (capture it), but you do not specify the names by > which the user's program will refer to it (bind it). > > -- > You received this message because you are subscribed to the Google > Groups "Clojure" group. > To post to this group, send email to > [email protected]<javascript:_e({}, 'cvml', > '[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] <javascript:_e({}, 'cvml', > 'clojure%[email protected]');> > For more options, visit this group at > http://groups.google.com/group/clojure?hl=en -- Professional: http://cgrand.net/ (fr) On Clojure: http://clj-me.cgrand.net/ (en) -- 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
