| From: Ken Dickey <[EMAIL PROTECTED]> | Organization: eclectic | Date: Thu, 30 Oct 2008 15:11:43 -0700 | | On Thursday 30 October 2008 12:40:12 Marc Feeley wrote: | > Can you add the case (< 1 2 3) ? | | Sure. It it the boring column [3] which we all like to see. | | [1] (<) | [2] (< 2) | [3] (< 1 2 3) | [4] (< 1/3 2 5.1) ;;NOTE ALTERED ORDER | | [1] [2] [3] [4] | Err Err #t Err Bigloo | Err #t #t #t Chez | #t #t #t #t Chicken | Err #t #t Err Elk | #t #t #t #t Gambit | Err Err #t #t Gosh | #t #t #t #t Guile | Err #t #t #t Ikarus | Err Err #t #t Larceny | Err Err #t #t MzScheme | Err Err #t #t RScheme | Err Err #t #t Scheme48 | #t #t #t #t Scm | Err Err #t Err SigScheme | Err #t #t #t Stklos | Err Err #t Err TinyScheme | Err Err #t #t UMB-Scheme | Err #t #t #t Ypsilon | ====================== | | Note: the default install of MIT/GNU-Scheme is broken on Kubuntu | which leads to a circular breakage in src/configure. | | Can someone fill in the table here -- and perhaps clue me in on the | build fix?
MIT/GNU Scheme running under GNU/Linux Release 7.7.90.+ || Microcode 15.1 || Runtime 15.7 || SF 4.41 LIAR/i386 4.118 || Edwin 3.116 returns #t for all 4 cases. _______________________________________________ r6rs-discuss mailing list [email protected] http://lists.r6rs.org/cgi-bin/mailman/listinfo/r6rs-discuss
