Hey!

Stefan Israelsson Tampe <stefan.ita...@gmail.com> skribis:

> Maybe this help to see what I'm after,
>
> #'(let ((x v)) #.(f #'x))
>
> <=>
>
> (let-syntax ((g (lambda (stx) (syntax-case  stx ((_ x) (f #'x)))))
>    #'(let ((x v)) (g x))

Sorry, I fail to understand the problem you’re trying to solve.

The above idiom is not frequent to the point that special syntax is
needed, is it?

Thanks,
Ludo’.

Reply via email to