Very good! Thank you.

On 2/2/2021 8:31 PM, jon stenerson wrote:
The previous message here prompts this ...

I have some modules with paths "A1.rkt" ... "An.rkt". In the interaction window of DrRacket I can require any or all of them and I believe them to be correct.

Now suppose I have a function (F) that produces one of those paths. I try  (dynamic-require (F) #f) and there are no errors but where do the imports go? I don't seem able to access them.

However, I can do (define quux (dynamic-require (F) 'quux) )  and then use quux. Is there a way to bring in all the exports of (F) without knowing the names ahead of time?

Thanks,

Jon


--
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/racket-users/892365dc-d491-bb4f-d18c-e8eb93484be4%40comcast.net.

Reply via email to