[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Merging nth, aref, and elt.
From: |
Nicolas Petton |
Subject: |
Re: Merging nth, aref, and elt. |
Date: |
Sun, 14 Dec 2014 12:23:40 +0100 |
Stefan Monnier writes:
>> Here's an initial diff for hash-tables. Should it use `get' instead of `elt'?
>
> I think we should probably come up with a library akin to seq.el but
> for mappings (also known as "functions" in set-theory). It could be
> called map.el, maybe, and the operation could be map-elt?
That would be really nice. subr-x contains some extra hash-tables
functions already and I'm wondering how it should be dealt with without
implementing some functions twice if we were implementing a map.el
library. Should we keep hash-table functions in subr-x and simply alias
them in map.el or remove them from subr-x.el?
Nico
--
Nicolas Petton
http://nicolas-petton.fr
- Re: Merging nth, aref, and elt., Artur Malabarba, 2014/12/12
- Re: Merging nth, aref, and elt., Stefan Monnier, 2014/12/13
- Re: Merging nth, aref, and elt.,
Nicolas Petton <=
- Re: Merging nth, aref, and elt., Stefan Monnier, 2014/12/14
- Re: Merging nth, aref, and elt., Artur Malabarba, 2014/12/18
- Re: Merging nth, aref, and elt., Stefan Monnier, 2014/12/18
- Re: Merging nth, aref, and elt., Ted Zlatanov, 2014/12/18