Path: utzoo!attcan!uunet!mcsun!unido!laura!heike.informatik.uni-dortmund.de!muenx From: muenx@heike.informatik.uni-dortmund.de (Holger Muenx) Newsgroups: comp.lang.scheme Subject: Bug in MIT-Scheme Message-ID: <2063@laura.UUCP> Date: 21 Mar 90 13:46:55 GMT Sender: news@laura.UUCP Reply-To: muenx@heike.informatik.uni-dortmund.de (Holger Muenx) Organization: Universitaet Dortmund Lines: 29 I think I found a small bug in MIT-Scheme V7.0. Look at the following transcript: 1 ]=> (string->symbol "loadConst") ;Value: loadConst The resulting symbol consists of upcase und lowercase letters. It's a bit disturbing if you look at these lines: 1 ]=> (eq? (string->symbol "loadConst") 'loadConst) ;Value: () 1 ]=> (eq? (string->symbol "loadConst") 'loadconst) ;Value: () Any idea? -Holger ============================================================================= Holger Muenx muenx@heike.informatik.uni-dortmund.de IRB, UniDo 4600 Dortmund "My opinions are shareware. Send $10 West-Germany if you like them."