On Nov 11, 2016, at 10:16 AM, dear chap <[email protected]> wrote:
> Hi MB > That did the trick. Using the macro stepper didnt help much but after > running the (message-syntax ...) I see the message object getting populated > correctly with field objects. Why is there a difference ? `quote` converts its input to datums; `list` does not. http://beautifulracket.com/explainer/lists.html The macro was working as you expected. But once it ended up inside `quote`, its runtime value was not what you expected. > p.s pollen is the reason I started learning Racket. Thanks !!!. Tell your friends !!! -- You received this message because you are subscribed to the Google Groups "Racket Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.

