Eduardo Cavazos
2009-02-13 03:30:22 UTC
Hello,
Is there a way to load srfi 27 while 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 ERR5RS mode the "main" mode
eventually? If it's a second class citizen, I'll probably stick with
R5RS mode. However, there appears to be trade offs with that mode as
well... I.e. alot of the nice R6RS libraries seem to be off limits.
It would be great if all the libraries were available to all the modes.
:-) Within reason...
Ed
Is there a way to load srfi 27 while in err5rs mode?
(require 'srfi-0)
(require 'srfi-27)
Not sure how to pull it off in ERR5RS mode.(require 'srfi-27)
If not, it seems like a bunch of libraries in the distribution are only
usable in R5RS mode. Is the plan to make ERR5RS mode the "main" mode
eventually? If it's a second class citizen, I'll probably stick with
R5RS mode. However, there appears to be trade offs with that mode as
well... I.e. alot of the nice R6RS libraries seem to be off limits.
It would be great if all the libraries were available to all the modes.
:-) Within reason...
Ed