Re: [racket-users] Requiring module beneath top level?

2017-08-22 Thread hiphish
> On Fri, Aug 18, 2017 at 7:08 PM, wrote: > I think you want `dynamic-require`: > [http://docs.racket-lang.org/reference/Module_Names_and_Loading.html?q=dynamic-require#%28def._%28%28quote._~23~25kernel%29._dynamic-require%29%29] Thank you, that's what I needed. I'll

Re: [racket-users] Requiring module beneath top level?

2017-08-18 Thread Jon Zeppieri
On Fri, Aug 18, 2017 at 7:08 PM, wrote: > > Here is an idea of what a plugin registration function could look like: > > (define (load-plugins paths) > ;; Process one plugin at a time > (define (load-plugin path) > ;; Add the path (or its stem) to the

[racket-users] Requiring module beneath top level?

2017-08-18 Thread hiphish
Hello Racketeers, A while ago I announced my MessagePack library here and I mentioned that I was needing it for a client library for the Neovim text editor. Since then I have been writing this client library and now I'm at a point where I need help. Let me first give you some context: Neovim is