> On May 6, 2019, at 7:53 AM, zeRusski <vladilen.ko...@gmail.com> wrote:
> 
> Are there any tutorials that show you how to use things documented in Syntax
> Transformers chapter of the Reference?
> 
> How do you debug these scope games?

I agree there is something of a gap in the Racket docs / tooling, because 
scopes are a relatively recent addition to the macro expander. You might  want 
to take a look at the `scope-operations` and `debug-scopes` packages.

[1] https://docs.racket-lang.org/scope-operations/index.html 
<https://docs.racket-lang.org/scope-operations/index.html>

[2] https://docs.racket-lang.org/debug-scopes/index.html 
<https://docs.racket-lang.org/debug-scopes/index.html>

-- 
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 racket-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to