[plt-scheme] Re: #!r6rs in R6RS files

From: Eduardo Cavazos (wayo.cavazos at gmail.com)
Date: Sat Dec 26 07:28:45 EST 2009

On Sat, 2009-12-26 at 05:17 -0600, Eduardo Cavazos wrote:

> By the way, the defacto convention for the file extension of R6RS
> library files is 'sls'. Perhaps MzScheme could use that as the signal
> that a file is an R6RS library.

And if you do that, you might as well associate other extensions and
languages. I.e.:

    *.scrbl   -> #lang scribble/doc
    *.swindle -> #lang swindle
    *.rb      -> #lang ruby
    *.sls     -> #lang r6rs
    *.sps     -> #lang r6rs

etc.

Ed



Posted on the users mailing list.