-----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
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