emacs-devel
[Top][All Lists]
Advanced

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

Re: Code for cond*


From: Emanuel Berg
Subject: Re: Code for cond*
Date: Sat, 03 Feb 2024 07:48:17 +0100
User-agent: Gnus/5.13 (Gnus v5.13)

Stefan Monnier wrote:

> What have it tried to implement using the macro facility you
> designed for your patterns? Have you tried to implement, say
> the `map` pattern we have in `map.el` or the
> `cl-struct` pattern?

`map', a `pcase-defmacro'. Or `cl-struct'.

To implement cond*, an interface introduced because `pcase'
and `cl-lib' were two interfaces too many; and, as an
alternative to pcase because pcase has made Elisp too
difficult to maintain - which is also what cl-lib has done
to Elisp.

A clever move!

But can cond* regain the initiative?

-- 
underground experts united
https://dataswamp.org/~incal




reply via email to

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