[racket] Custom extension for #lang?
Hi Scott,
You can `require' a particular file using one of the following:
(require "foo/bar.xyz") ;; require foo/bar.xyz relative to the current
module
(require (lib "foo/bar.xyz")) ;; require the bar.xyz in the "foo"
collection
Regards,
Adolfo
2014-03-16 22:29 GMT+01:00 Moore, Scott <sdmoore at fas.harvard.edu>:
> 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
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.racket-lang.org/users/archive/attachments/20140317/ac80c46e/attachment.html>