At Thu, 1 Feb 2018 12:53:50 -0500, Deren Dohoda wrote:
> tl;dr main.rkt has to (dynamic-require user-selected.rkt) and
> user-selected.rkt is written in a different #lang and requires a file from
> this program. How do I glue these pieces together for raco exe / raco
> distribute?

You'll need to tell `raco exe` that you plan to use the `#lang` modules
at run time. Use `++lib` to add the language's module, but note that
you may need to specify the language's reader module specifically.

-- 
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.

Reply via email to