[racket-users] Re: Can the embedded interpreter load modules not included using ++lib?

2018-05-09 Thread Colin James
gt; On Tuesday, 8 May 2018 20:07:07 UTC+2, Colin James wrote: >> >> So, basically, I was wondering how one could go about requiring modules >> in /usr/share/racket/collects from the embedded interpreter. >> >> My current program links against a base.c file generated

[racket-users] Can the embedded interpreter load modules not included using ++lib?

2018-05-08 Thread Colin James
So, basically, I was wondering how one could go about requiring modules in /usr/share/racket/collects from the embedded interpreter. My current program links against a base.c file generated with raco ctool base.c ++lib racket/base and simply runs REPL, it's essentially copied from the Racket do