On Wednesday, May 13, 2015 at 8:01:33 PM UTC-4, Gary Trakhman wrote: > > You can only safely assume that the first symbol (defn) is a macro, it > turns out 'destructure' is a function called by the macro (which might call > other functions/macros that call other functions/macros :-). > > > https://github.com/clojure/clojure/blob/master/src/clj/clojure/core.clj#L4233 > > On Wed, May 13, 2015 at 7:43 PM <piast...@gmail.com <javascript:>> wrote: > >> Maybe I should have already known this, but I am struck by this, and I'd >> like to confirm it. If I'm working with this code: >> > If you're looking to incorporate destructuring into something of your own, your best bet is generally to write a macro that expands into a fn or let form and let that handle the destructuring.
-- 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 --- You received this message because you are subscribed to the Google Groups "Clojure" group. To unsubscribe from this group and stop receiving emails from it, send an email to clojure+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.