14 Jul 1996 18:35
bug report
burt rosenberg <burt <at> passaic.cs.miami.edu>
1996-07-14 16:35:36 GMT
1996-07-14 16:35:36 GMT
Dear Richard Kelsey and Jonathan Rees, Scheme48 and mit-scheme do not evaluate a single quoted command in the same manner, or rather, they do not present the evaluation result according to the same conventions. Note the difference in the following evaluations: ocala 4% scheme48 Welcome to Scheme 48 0.36 (made by burt on Fri Jul 12 16:18:19 EDT 1996). Copyright (c) 1993, 1994 by Richard Kelsey and Jonathan Rees. Please report bugs to scheme-48-bugs <at> martigny.ai.mit.edu. Type ,? (comma question-mark) for help. > '(a b) '(a b) >> ,exit ocala 5% scheme Scheme saved on Monday November 22, 1993 at 10:18:36 PM Release 7.3.0 (beta) Microcode 11.146 Runtime 14.166 1 ]=> '(a b ) ;Value 1: (a b) 1 ]=> (exit) Kill Scheme (y or n)? Yes(Continue reading)
RSS Feed