[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Code for cond*
From: |
Richard Stallman |
Subject: |
Re: Code for cond* |
Date: |
Sat, 24 Feb 2024 22:14:15 -0500 |
[[[ To any NSA and FBI agents reading my email: please consider ]]]
[[[ whether defending the US Constitution against all enemies, ]]]
[[[ foreign or domestic, requires you to follow Snowden's example. ]]]
> I think there's no right or wrong, there are just a variety of options
> whose adequacy depends on the circumstances, so some are more often
> useful and others less so.
That is what I think too about this point.
> I think claiming that you have "the right meaning" is weird, because
By "the right meaning" I mean the right choice, judged on the
practical criteria.
If what you want is to ignore the last cdr of one specific list, it is
hard to find anything simpler than `. ,_'. But that approach becomes
messy when you need to put it at the end of many lists in one pattern.
One of the first pcase examples I saw needed to do that.
So I added a way to change the default locally for whether to check
the last cdr or not.
--
Dr Richard Stallman (https://stallman.org)
Chief GNUisance of the GNU Project (https://gnu.org)
Founder, Free Software Foundation (https://fsf.org)
Internet Hall-of-Famer (https://internethalloffame.org)
- Re: Code for cond*, (continued)
- Re: Code for cond*, Richard Stallman, 2024/02/03
- Re: Code for cond*, Richard Stallman, 2024/02/03
- Re: Code for cond*, Stefan Monnier, 2024/02/04
- Re: Code for cond*, Stefan Monnier, 2024/02/12
- Re: Code for cond*, Stefan Monnier, 2024/02/12
- Re: Code for cond*, Richard Stallman, 2024/02/14
- Re: Code for cond*, Stefan Monnier, 2024/02/14
- Re: Code for cond*, Richard Stallman, 2024/02/21
- Re: Code for cond*, Stefan Monnier, 2024/02/21
- Re: Code for cond*,
Richard Stallman <=
- Re: Code for cond*, Stefan Monnier, 2024/02/25
- Re: Code for cond*, Richard Stallman, 2024/02/28
- Re: Code for cond*, Stefan Monnier, 2024/02/29
- Re: Code for cond*, Richard Stallman, 2024/02/28
Re: Code for cond*, Stefan Monnier, 2024/02/12