[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Instead of pcase
From: |
Michael Heerdegen |
Subject: |
Re: Instead of pcase |
Date: |
Thu, 16 Nov 2023 18:44:10 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) |
"T.V Raman" <raman@google.com> writes:
> I recently tried to understand some of the completion code; --
> specifically, completion-at-point, and immediately hit the pcase wall
> and gave up --- my lack of understanding of pcase made that code in
> Emacs Core read like line-noise.
But that pcase form is only performing trivial destructuring. Only
that, nothing more. If you can read backquote expressions, you can read
that with exactly the same ease.
Michael.
- Instead of pcase, Richard Stallman, 2023/11/15
- Re: Instead of pcase, Dmitry Gutov, 2023/11/16
- Re: Instead of pcase, T.V Raman, 2023/11/16
- Re: Instead of pcase, Philip Kaludercic, 2023/11/16
- Re: Instead of pcase, T.V Raman, 2023/11/16
- Re: Instead of pcase, Richard Stallman, 2023/11/17