[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Instead of pcase
From: |
Richard Stallman |
Subject: |
Re: Instead of pcase |
Date: |
Sat, 25 Nov 2023 22:17:31 -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. ]]]
> The question is, if
> one would restrict pcase to just matching expressions using ` and , like
> (pcase sexp ;match various top-level constructs
I am not sure what ";match various top-level constructs" means.
> (`(defun ,name ,args ,body) ...)
> (`(defvar ,name, ,value) ...)
> (`(require ',symbol) ...)
> ...)
That part is conceptually simple.
> would that be simple enough in your opinion?
--
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: Instead of pcase, (continued)
- Re: Instead of pcase, Dmitry Gutov, 2023/11/24
- Re: Instead of pcase, Lynn Winebarger, 2023/11/24
- Re: Instead of pcase, Stefan Monnier, 2023/11/24
- Re: Instead of pcase, Dmitry Gutov, 2023/11/16
- Re: Instead of pcase, Emanuel Berg, 2023/11/17
- Re: Instead of pcase, Eli Zaretskii, 2023/11/17
Re: Instead of pcase,
Richard Stallman <=
Re: Instead of pcase, Michael Heerdegen, 2023/11/16
Re: Instead of pcase, Richard Stallman, 2023/11/19
Re: Instead of pcase, Spencer Baugh, 2023/11/16