[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: pcase-setq
From: |
Stefan Monnier |
Subject: |
Re: pcase-setq |
Date: |
Mon, 12 Oct 2015 20:59:40 -0400 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux) |
> Hello, (@Stefan I hope you don't mind I CC'd you the second time today)
> I think a useful addition could be `pcase-setq' as an alternative to
> `destructuring-bind'.
I'm not sure I understand: "an alternative to destructuring-bind"
sounds like what pcase-let provides.
`pcase-setq' would be more like merging pcase and setf.
> AFAIU it should not be hard to implement it - similarly to `pcase--let*'
> I guess.
I don't think it's easy, actually. But yes, that would be a useful addition.
Stefan