How would I get the module into Racket? My guess is that if the user is working on a module that file would have to be required first to instantiate the module before its file path can be sent over to `module->namespace`. At least that's how I did it on the REPL. What if the file changes? Do I have to re-require it somehow? I guess I'll have to read my way through the Language Model documentation one day to understand enough of this.
On Thursday, February 15, 2018 at 2:17:32 AM UTC+1, Greg Hendershott wrote: > `module->namespace` will give you a namespace "inside" a module. > > The module can be the "top" module corresponding to a .rkt file using > `#lang`, or any nested submodule. > -- 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.