Larceny v0.961 "Fluoridation" (Jan 13 2008 08:39:06, precise:Linux:unified) larceny.heap, built on Sat Dec 29 17:39:47 EST 2007 ERR5RS mode (no libraries have been imported)
> (import (rnrs base) (rnrs mutable-pairs)) Autoloading (rnrs mutable-pairs) > (set-cdr! '(1 2) '(3)) (1 3) On Sat, 2008-01-19 at 15:43 -0500, je back wrote: > I'm new to larceny (and scheme in general) and trying to figure out > where to find stuff. So, for example, I found that 'receive' is > defined in srfi-8 and that i can require it in err5rs mode. I haven't > been able to find a way to load set-cdr! in err5rs mode however. Can > anyone provide a clue? > > Thanks, > Jan Erik > _______________________________________________ > Larceny-users mailing list > [email protected] > https://lists.ccs.neu.edu/bin/listinfo/larceny-users _______________________________________________ Larceny-users mailing list [email protected] https://lists.ccs.neu.edu/bin/listinfo/larceny-users
