emacs-devel
[Top][All Lists]
Advanced

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

Re: map.el and naming


From: bburns.km
Subject: Re: map.el and naming
Date: Tue, 3 Mar 2015 08:58:19 -0700 (MST)

assoc would make sense, as it's for an associative array data type, though it
might be a bit confusing as it's also the name of a function. 

>From the definition,

| A map (aka associative array, dictionary, symbol table) is an abstract
data type composed of a collection of (key, value) pairs, such that each
possible key appears at most once in the collection. 

another possibility would be kv.el, for key-value - e.g. you sometimes hear
them referred to as key-value stores. Then kv-map, kv-keys, kv-values, etc.
Or keyvalue.el, then keyvalue-map, keyvalue-keys, etc.





--
View this message in context: 
http://emacs.1067599.n5.nabble.com/map-el-and-naming-tp350974p351216.html
Sent from the Emacs - Dev mailing list archive at Nabble.com.



reply via email to

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