Ondřej Majerech
Ondřej Majerech
Additional observation: Chbi can't write complex numbers with NaN's in them either: ``` > (make-rectangular 0 +nan.0) 0++nan.0i > (make-rectangular 0 +inf.0) 0+inf.0i ``` Should be just a single `+`...
Well the standard says that implementations must “implement a coherent subset consistent with both the purposes of the implementation and the spirit of the Scheme language” – I'm not sure...
I agree that recognising lone `\r` is a strange choice. Nevertheless, I just tested with Kawa, CHICKEN and Gauche and they all correctly recognise `\r` as end of line, so...