emacs-devel
[Top][All Lists]
Advanced

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

Re: [ELPA] New package: hap.el


From: Stefan Monnier
Subject: Re: [ELPA] New package: hap.el
Date: Wed, 01 Mar 2017 08:46:34 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.0.50 (gnu/linux)

> It might be convenient to group together under same file all these
> related operations.  Thus, I'd like to add this file to Elpa (or Emacs
> core, whatever is appropiate), in case people think it's useful.

Would it make sense to add this to map.el?
At least the conversion between alist and hash-tables is already in
map.el under the name `map-into`.
map.el currently doesn't accommodate plists, but maybe that can be fixed
(e.g. by checking (consp (car map)) and/or by adding a few
functions specially designed for plists).


        Stefan


PS: IIUC, map.el has an overhaul planned to try and make it use
cl-generic so it can be extended for custom types, such as avl-tree.




reply via email to

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