ftp://ccrma-ftp.stanford.edu/pub/Lisp/snd-12.tar.gz
http://sourceforge.net/projects/snd/
(I hope that's still the correct url). It runs in s7
scheme, and (with some grumbling) Guile 1.8 or 2.0.
If anyone is interested in this, and notices any bugs, or
any infelicitous tropes that it overlooks, please
send me a note.
Bill <schott...@gmail.com> writes:
> A start toward a scheme lint program: lint.scm in the Snd
> tarball or Snd CVS repository at sourceforge:
>
> ftp://ccrma-ftp.stanford.edu/pub/Lisp/snd-12.tar.gz
> http://sourceforge.net/projects/snd/
>
> (I hope that's still the correct url). It runs in s7
> scheme, and (with some grumbling) Guile 1.8 or 2.0.
Looks interesting.
FWIW a similar program is Guile-Lint [0] for Guile 1.8 (legacy).
Guile 2.0 has compiler warnings for some of the cases addressed by
lint.scm [1].
Thanks,
Ludo’.
[0] http://user42.tuxfamily.org/guile-lint/
[1] http://www.gnu.org/software/guile/manual/html_node/Compilation.html