[CM] random stream with lists?
Rick Taube
taube@uiuc.edu
Wed, 24 Sep 2003 12:05:33 -0500
>
> That's very handy nevertheless. I'll check it out for my classes. If
> people can't get around using call-with-current-continuation or
> letrec, they will have to use guile then (but if they are at that
> point I guess it doesn't matter to them anymore which language they
> use ;-)
if they have lots of code to move over they can use cm's scheme-to-cltl
translator to move it over to cltl.
It will handle letrec (but not call-with-current-continuation). the
file is src/stocl.lisp. this is the file that cm uses to generates its
cl sources.