[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: New assoc-let package
From: |
Leo Liu |
Subject: |
Re: New assoc-let package |
Date: |
Fri, 05 Dec 2014 10:49:42 +0800 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (CentOS Linux 7 (Core)) |
On 2014-12-05 00:36 +0000, Artur Malabarba wrote:
> Indeed, I was doing almost the same thing initially (just using cl-flet
> instead), but eventually even that grew tiresome.
Or do something like this:
(pcase (alist-get-keys alist key1 key2 key3)
(`(,val1 ,val2 ,val3) body))
Leo
- New assoc-let package, Artur Malabarba, 2014/12/03
- Re: New assoc-let package, Ted Zlatanov, 2014/12/04
- Re: New assoc-let package, Artur Malabarba, 2014/12/04
- Re: New assoc-let package, Ted Zlatanov, 2014/12/04
- Re: New assoc-let package, Artur Malabarba, 2014/12/05
- Re: New assoc-let package, Artur Malabarba, 2014/12/05
- Re: New assoc-let package, Christopher Schmidt, 2014/12/06
- Re: New assoc-let package, Artur Malabarba, 2014/12/06
- Re: New assoc-let package, Christopher Schmidt, 2014/12/06
- Re: New assoc-let package, Ted Zlatanov, 2014/12/07