On 10/25/2016 04:57 PM, Dan Liebgold wrote:
On Tuesday, October 25, 2016 at 1:43:28 PM UTC-7, Alexis King wrote:
bound...
You need to put the -i flag first, so the command should look like:
racket -iI <lang-mod> -l <lib-mod>
Hmm... that give the REPL the proper language but no access to the contents of
<lib-mod>...
It sounds like you want the behavior of the `enter!` command. You can
kind of do that from the command line like this:
racket -e '(enter! "your-module.rkt")' -i
Ryan
--
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.