case INsensitivity with -:s
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi, is it possible to load syntax-case but not lose case sensitivity? $ gsi -e "(pp (eq? 'a 'A))" #f $ gsi -:s -e "(pp (eq? 'a 'A))" #t Marijn - -- Gods do not want you to think, lest they lose existence. Religions do not want you to think, lest they lose power. 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.10 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iEYEARECAAYFAknBChwACgkQp/VmCx0OL2y+vgCdFd+kIS14PVRzxwunKYMop7X4 pkEAn1/YIec3Am+RbsDDhjCJFRgLJNeM =hnOF -----END PGP SIGNATURE-----
Afficher les réponses par date
On 18-Mar-09, at 10:50 AM, Marijn Schouten (hkBst) wrote:
Hi,
is it possible to load syntax-case but not lose case sensitivity?
$ gsi -e "(pp (eq? 'a 'A))" #f $ gsi -:s -e "(pp (eq? 'a 'A))" #t
Marijn
Sure. The good old way: % gsi -e '(load "~~lib/syntax-case")' - Marc
participants (2)
-
Marc Feeley -
Marijn Schouten (hkBst)