"Andy Wingo" wrote:
> I believe that if you modify %load-extensions you can
> achieve this effect. I would rather not do it by default
> due to the stat penalty.
>
> (set! %load-extensions '(".guile.sls" ".sls" ".scm" ""))Do you mean to edit boot-9.scm or something like that? Petite Chez Scheme allows to set the extensions from an environment variable... -- Marco Maggi
