I am developing a #lang with a custom reader and I'd like to use different extension for it (rather than ".rkt"). However, this doesn't work with require forms like "require foo/bar" because racket looks for foo/bar.rkt. Is there a way to tell racket about the extension I wanted to use?
Thanks, Scott ____________________ Racket Users list: http://lists.racket-lang.org/users

