Hello. The docs at https://docs.racket-lang.org/reference/places.html?q=places#(def._((lib._racket%2Fplace..rkt)._dynamic-place)) state:
"The module-path argument must not be a module path of the form (quote sym) unless the module is predefined (see module-predefined?).” Is this true? I noticed if i use a ‘<module-name> symbol it does in fact load my module for the place. I have been making separate modules to include with a path name because of this line in the docs and was wondering if that’s really necessary. What modules are predefined and what does this requirement mean? Thanks Nate -- 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/racket-users/903E0CDC-A20F-4FBC-95CF-49771ABA4D20%40manicmind.earth.

