<div dir="ltr">To Mr. Vincent:<div><br></div><div>Thanks for telling me.</div><div><br></div><div>Yeah, I've already checked<span style="font-family:arial,sans-serif;font-size:14px"> `math/array' library.</span></div>
<div><font face="arial, sans-serif"><span style="font-size:14px">But it says it is basically for typed racket, and I was not sure it is suitable for game writing in order to manage the location of the objects; so this time I decided to skip to use the library.</span></font></div>
<div><font face="arial, sans-serif"><span style="font-size:14px"><br></span></font></div><div><font face="arial, sans-serif"><span style="font-size:14px">To Mr. Hendershott:</span></font></div><div><font face="arial, sans-serif"><span style="font-size:14px"><br>
</span></font></div><div><font face="arial, sans-serif"><span style="font-size:14px">I try keeping to avoid "I-wanna-write-a-macro-anyway" disease; but this time I likely catch the disease....</span></font></div>
<div><font face="arial, sans-serif"><span style="font-size:14px">Especially syntax-rule() with recursion occasionally seems much easier to write a function with recursion; so this time, the idea of macro ghost possessed and didn't leave me....</span></font></div>
<div><font face="arial, sans-serif"><span style="font-size:14px"><br></span></font></div><div><font face="arial, sans-serif"><span style="font-size:14px">Anyway, thanks guys! <br></span></font><div class="gmail_extra"><br>
<br><div class="gmail_quote">2014-02-08 Greg Hendershott <span dir="ltr"><<a href="mailto:greghendershott@gmail.com" target="_blank">greghendershott@gmail.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
<div class="im">> list* ・瘢雹・瘢雹・瘢雹・瘢雹・瘢雹・瘢雹To be honest, I've not seen this for a long time. I've forgotten<br>
> its existence.<br>
<br>
</div>Yeah I don't think I've ever used list* except as part of that apply idiom:<br>
<br>
  (define (f a b . more)<br>
    ...)<br>
<br>
  (apply f (list* a b more))<br>
<div class="im"><br>
> Anyway, thanks. Now I don't need to write the macro.<br>
<br>
</div>Best-case is not needing to write a macro. But if you do need to, and<br>
it's not working, feel free to ask on the list. Many here happy to<br>
help.<br>
</blockquote></div><br></div></div></div>