> On Apr 19, 2019, at 1:52 PM, zeRusski <vladilen.ko...@gmail.com> wrote: > > 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?
If you want to invoke the language as `#lang foo/bar` then you would put this `reader` submodule in "foo/bar.rkt". This would make "foo/bar/lang/reader.rkt" obsolete. -- 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.