[racket-users] Why does a module need an inside scope?

2022-06-01 Thread sym...@gmail.com
Hi, why does a module need an inside scope in addition to the outside 
scope? What will break if the inside scope is removed?

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/racket-users/aae1e86b-bf90-47b3-acc3-2fd295cf2885n%40googlegroups.com.


[racket-users] question about syntax-local-lift-require

2022-06-08 Thread sym...@gmail.com
Hi,

The documentation of syntax-local-lift-require 

 says 
that "If raw-require-spec and stx are part of the input to a transformer, 
then typically syntax-local-introduce should be applied to each before 
passing them to syntax-local-lift-require, and then syntax-local-introduce 
should be applied to the result of syntax-local-lift-require. Otherwise, 
marks added by the macro expander can prevent access to the new imports." 
But the two applications of "syntax-local-introduce" to "stx" will just 
cancel each other, so what's the purpose of applying 
"syntax-local-introduce" to "stx"?

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/racket-users/899fe849-2ade-480f-a457-efc7fac21c3cn%40googlegroups.com.


[racket-users] Re: Why does a module need an inside scope?

2022-06-08 Thread sym...@gmail.com
I see, thank you for letting me know.

On Wednesday, June 8, 2022 at 10:53:37 AM UTC-4 gneuner2 wrote:

> On Wed, 1 Jun 2022 01:14:46 -0700 (PDT),
> "sym...@gmail.com"
>  wrote:
>
> >Hi, why does a module need an inside scope in addition to the outside 
> >scope? What will break if the inside scope is removed?
>
> Hi,
>
> Most discussion of Racket has moved to the discourse group. 
> https://racket.discourse.group/
>
> These newsgroups still may be monitored, but you will likely get your
> questions answered faster in the discourse.
>
>

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/racket-users/c4d117ab-8836-4892-a363-1118f1d5d0f7n%40googlegroups.com.