[Larceny-users] err5rs and srfis

2009-02-12 Thread Eduardo Cavazos
Hello, Is there a way to load srfi 27 while in err5rs mode? This works in R5RS mode : (require 'srfi-0) (require 'srfi-27) Not sure how to pull it off in ERR5RS mode. If not, it seems like a bunch of libraries in the distribution are only usable in R5RS mode. Is the plan to make

Re: [Larceny-users] err5rs and srfis

2009-02-12 Thread William D Clinger
Ed Cavazos wrote: Is there a way to load srfi 27 while in err5rs mode? In the current development system, you'd import (srfi :27 random-bits), and that's how you'll import it when v0.97 is released. We expect v0.97 will provide most of the libraries listed in SRFI 97. That doesn't work in