[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Scheme-reports] fresh empty strings



> I was quite surprised by how many implementations take the trouble to
> return true.

What trouble? The underlying framework of my scheme does that for me :)

I suspect the Java ones to be the same (due to string interning). 

One problem though is making sure 

(let ((a "foo")) (eq? a (string-copy a))) 

returns false. 

Cheers

leppie

_______________________________________________
Scheme-reports mailing list
Scheme-reports@x
http://lists.scheme-reports.org/cgi-bin/mailman/listinfo/scheme-reports