Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!uunet!spool.mu.edu!think.com!mintaka!bloom-beacon!dont-send-mail-to-path-lines From: jaffer@ai.mit.EDU (Aubrey Jaffer) Newsgroups: comp.lang.scheme Subject: IEEE Scheme conformance test file Message-ID: <9101301758.AA12357@pogo> Date: 30 Jan 91 17:58:49 GMT Sender: daemon@athena.mit.edu (Mr Background) Organization: The Internet Lines: 18 This message announces the availablility of a conformance test file for IEEE Scheme. ftp altdorf.ai.mit.edu (anonymous) cd archive/scm get test.scm `test.scm' is Scheme code which tests conformity with the IEEE spec. Of course, no finite test can guarantee correctness but this file has been very helpful in debugging a new scheme implementation. Test.scm includes some degenerate but legal cases, for example (let () (define x 9) ...). It does not yet test the input and output functions. I will include additions that are mailed to me (jaffer@ai.mit.edu). This directory also contains the distribution version 1.1 of scm. Scm conforms to Revised^3.99 Report on the Algorithmic Language Scheme [Draft August 31, 1989] and the IEEE spec. Scm runs under Unix, VMS, and Microsoft C on IBM PCs. See the file `README' for more details.