[racket] Custom extension for #lang?

From: Moore, Scott (sdmoore at fas.harvard.edu)
Date: Sun Mar 16 17:29:51 EDT 2014

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

Posted on the users mailing list.