On Nov 29, 2008, at 9:55 AM, Randall R Schulz wrote:

> In this case, it's no different than just printing the list you passed
> to macroexpand:
>
> user=> '(interpose '.' "The quick brown fox")
> (interpose (quote .) (quote "The quick brown fox"))
>
> It's a good technique, though, to see what the compiler is going to be
> asked to translate after all players between the form as submitted and
> the compiler have done their thing.

Right you are on both counts. Thanks very much!

--Steve


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

Reply via email to