> So I want to load the R6RS bytevector library into a vanilla (R5RS) > Larceny.
Why? Apart from the endianness syntax, which is (in Larceny) equivalent to quote except for some extra run-time overhead needed to implement the deprecation warning, everything that's exported by (rnrs bytevectors) is already available in Larceny's R5RS mode at startup. > Can I do this without moving into ERR5RS mode? How? No. Will _______________________________________________ Larceny-users mailing list [email protected] https://lists.ccs.neu.edu/bin/listinfo/larceny-users
