cmdist  

Re: [CM] stroke and grace

Bill Schottstaedt
Sun, 25 Oct 2009 08:20:46 -0700

> "error: end of input encountered while in a string: ... (load "c:\ 
> paint.scm")...

Perhaps you meant two backslashes? "c:\\paint.scm".  As it is
above, it looks like a quoted space or something -- I can imagine
trouble in this vicinity.  (In Scheme, to get a backslash into a
string constant, you have to quote it via backslash: "\\" is one
backslash).

:(string-length "\\")
1

_______________________________________________
Cmdist mailing list
Cmdist@ccrma.stanford.edu
http://ccrma-mail.stanford.edu/mailman/listinfo/cmdist