On 2013-09-26 12:54:45 +0900, Niitsuma Hirotaka wrote:
> How to use unique name variable within srfi-53 ?

I'm not sure why that PLaneT package has that behavior, but if you just
want to generate new identifiers, you can use the built-in
`generate-temporaries` function:

  Welcome to Racket v5.90.0.9.
  -> (generate-temporaries '(x y z))
  '(#<syntax x4> #<syntax y5> #<syntax z6>)

Cheers,
Asumu
____________________
  Racket Users list:
  http://lists.racket-lang.org/users

Reply via email to