> 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 [email protected] http://lists.scheme-reports.org/cgi-bin/mailman/listinfo/scheme-reports
