<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Thanks for the help. The domain was about trying to get the output of a csv into<br>
a struct. I had already solved (badly) the problem with<br>
<br>
(define-syntax list-&gt;tst<br>
  (syntax-rules ()<br>
    [(_ attr-list) (apply tst (syntax-&gt;datum #`(#,@attr-list)))]))<br>
<br>
But solving it directly through the template is much better.</blockquote><div><br></div><div>Hi Eduardo,</div><div><br></div><div><br></div><div>But do you even need macros for the problem?  Could a plain vanilla function work as well?  I just want to make sure I understand why we&#39;re in macro-land in the first place.</div>
<br><div><br></div><div>Good luck!<span></span></div>