I have a #lang I'm working on and everything seems to be going very well. One thing I don't understand, though, is that when a file written in this language is opened in DrRacket and Run, I still have to (require "file.rkt") in the REPL before I am able to use anything provided by the file.
I assume that I am neglecting to do something somewhere related to the use of #%top-interaction, because when I fail to provide this from the implementation of the language, I cannot run the file in DrRacket at all. But merely adding it to the provide expression doesn't do what I expect. Any help? Deren -- 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.