On Fri, Feb 3, 2017 at 10:38 AM, Dupéron Georges
<jahvascriptman...@gmail.com> wrote:
> * I'm not 100% sure if #%stratified-body, #%plain-module-begin and 
> #%printing-module-begin can be overridden in a useful way or not.

`#%stratified-body` is a way to get an older kind of internal
definition context, useful for implementing forms that are more
restrictive than Racket's usual internal definitions. It can't be
overridden in those contexts, typically.

`#%plain-module-begin` is a renaming of `#%module-begin` from
`'#%kernel`, similar to `#%plain-app`.

`#%printing-module-begin` is just like the module-begin form used by
`#lang racket`, but without adding any submodules.

Other uses of the "#%" prefix: Typed Racket names the submodule with
contract definitions `#%contract-defs`.

Sam

-- 
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