leftmike / foment

Foment is an implementation of R7RS Scheme.
MIT License
67 stars 4 forks source link

Consider supporting .sld as an extension for libraries #1

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
This is the extension Chibi uses for library files as distinct from code files 
(which can have any extension, though ".scm" is usual).  By doing so, we 
clearly distinguish between files that contain define-library forms and files 
that contain Scheme definitions or other code.

I recommend checking for .sld first and .scm afterwards.

Original issue reported on code.google.com by johnwco...@gmail.com on 23 Oct 2013 at 10:27

GoogleCodeExporter commented 8 years ago
Fixed. Foment checks for .sld first and then .scm for libraries.

Original comment by mikemon@gmail.com on 17 May 2014 at 2:58