[CM] scorefile, guile and nil

Orm Finnendahl finnendahl@folkwang-hochschule.de
Wed, 2 Jul 2003 12:37:38 +0200


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