[CM] scorefile, guile and nil
Orm Finnendahl
finnendahl at folkwang-hochschule.de
Wed Jul 2 03:37:38 PDT 2003
Hi Rick,
using the score file mechanism, I get a format error as format tries to
write to nil as destination which is undefined in scheme.
FORMAT: error with call: (format nil "<===i~a" ===>1 )
illegal destination `nil'
<unnamed port>: In procedure error in expression (error "error in format"):
<unnamed port>: error in format
ABORT: (misc-error)
guile>
After doing (define nil #f) it works.
Should this be done globally e.g. at startup of scheme?
--
Orm
More information about the Cmdist
mailing list