[gambit-list] gsi behaves differently from gsi -:s
Marijn Schouten (hkBst)
hkBst at gentoo.org
Fri Jun 26 06:45:00 EDT 2009
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi,
$ gsi
Gambit v4.4.3
> (let ((else #f)) (cond (else #t)))
#t
> (let ((else #f)) (cond (else #f) (#t #t)))
*** ERROR IN (console)@2.24 -- Else clause must be last
============================
$ gsi -:s
Gambit v4.4.3
> (let ((else #f)) (cond (else #t)))
> (let ((else #f)) (cond (else #f) (#t #t)))
#t
>
Marijn
- --
If you cannot read my mind, then listen to what I say.
Marijn Schouten (hkBst), Gentoo Lisp project, Gentoo ML
<http://www.gentoo.org/proj/en/lisp/>, #gentoo-{lisp,ml} on FreeNode
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.12 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iEYEARECAAYFAkpEpqwACgkQp/VmCx0OL2xXsQCffn2yMAVzYmSZtePwemP2qLe4
1EMAnikw/JkfiRzODOeQk44Yt7iSWz+f
=euz6
-----END PGP SIGNATURE-----
More information about the Gambit-list
mailing list