samth
2017-9-22 14:25:28

@mflatt @cadr and I are looking at starting up Pycket with the new expander, and we’re wondering about the initial namespace


samth
2017-9-22 14:25:35

when/where is that created


samth
2017-9-22 14:26:04

I’m looking at racket/src/cs/main.sps, and it does a namespace-require but I haven’t found the initial namespace


mflatt
2017-9-22 14:33:05

The expander initializes current-namespace to an empty namespace that has the built-in modules attached. (That’s in “pkgs/expander/main.rkt”.) Is that what you mean?


samth
2017-9-22 14:34:32

I think that’s what we mean


mflatt
2017-9-23 03:32:25

the latest racket/racket7 now requires latest mflatt/ChezScheme