help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Quick pcase question


From: Phillip Lord
Subject: Re: Quick pcase question
Date: Thu, 03 Mar 2016 12:08:23 +0000
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux)

Eric Abrahamsen <eric@ericabrahamsen.net> writes:

> phillip.lord@russet.org.uk (Phillip Lord) writes:
>>> It's not so much the simplicity, I guess, as the intuitiveness -- "(and x"
>>> looks like a test to me, not an assignment. My brain would prefer:
>>>
>>> (,x (pred stringp))
>>
>> What about?
>>
>> (guard (stringp ,x))
>
> You're suggesting that as a possible alternate syntax, right? (In which
> case I like it.) It doesn't actually work now, does it?

Yes, apologies, my post wasn't very clear.

Phil



reply via email to

[Prev in Thread] Current Thread [Next in Thread]