>
> PS the `lang/reader.rkt` fandango is no longer necessary in modern Racket; 
> if you like, you can use a `reader` submodule in your primary language file.
>

Made me curious. Maybe I'm dense, but do you suggest that I delete 
foo/bar/lang and add this to foo/bar/main.rkt

(module reader syntax/module-reader
  foo/bar/main)

If I do that though #lang foo/bar no longer works, compiler keeps looking 
for lang/reader.rkt there, but #lang foo/bar/main does work. In that 
scenario how do I get my preferred foo/bar language back?

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