[CM] cm/clm in snd

Rick Taube taube@uiuc.edu
Sun, 2 Jul 2006 06:52:52 -0500


On Jul 2, 2006, at 6:07 AM, Evans Winner wrote:

> A couple of quick questions and a note:
>
> * Is the current cvs cm meant to be able to work, and particularly,
> work with clm inside snd?

yes it should work

> * Don't know if this is useful, but loading today's cvs of cm.scm into
> snd worked except for a couple of `defun's in scheduler.scm around
> line 244.  When changed to `define's it loaded everything without
> error.

thanks for the report, there were a few common lisp nits in the scheme 
sources due the the rts rewrite. its fixed now but will take a few 
hours to migrate to anon. cvs. in addition to the defun, seach for an 
instance of nil and repace with #f

--rick