Re: [Chicken-users] extreme kludge: load that compiles

2009-02-19 Thread felix winkelmann
On Wed, Feb 18, 2009 at 7:40 PM, Eduardo Cavazos wayo.cava...@gmail.com wrote: Hello, Even after R6RS, 'load' is all one can really count on. :-) Below is a hacked version of load that I'm using for Chicken. If an '.so' file doesn't exist for the file your loading, the file is compiled and

[Chicken-users] extreme kludge: load that compiles

2009-02-18 Thread Eduardo Cavazos
Hello, Even after R6RS, 'load' is all one can really count on. :-) Below is a hacked version of load that I'm using for Chicken. If an '.so' file doesn't exist for the file your loading, the file is compiled and one is generated. If it does exist but it's out of date, your file is