[Larceny-users] running fasl's

2009-03-09 Thread Marijn Schouten (hkBst)
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, I have some Scheme code that I'd like to run (pre-)compiled, but I'm probably doing something wrong because I'm not seeing any speed increase in comparison to simply running it. To run the code I always use: $ larceny -- -e (require 'srfi-0)

Re: [Larceny-users] running fasl's

2009-03-09 Thread William D Clinger
In my previous message, I said SRFI 19 twice when I meant SRFI 27. (I modified Larceny's implementations of both SRFIs within the last few days, and got them confused.) Will ___ Larceny-users mailing list Larceny-users@lists.ccs.neu.edu

Re: [Larceny-users] running fasl's

2009-03-09 Thread William D Clinger
As of revision:6120, Larceny's implementation of random-integer from SRFI 27 is considerably faster than before. If that has been holding you back, you might want to replace the old versions of lib/SRFI/srfi-27.sch and lib/SRFI/srfi/%3a27.sls with the new ones relative to