Modern Emacs lisp libraries

from blog lmno.lol @alvaro, | ↗ original
Quickly finding related built-in elisp functions (without prefixes) can sometimes take a little poking around. Some modern and predictable built-in exceptions I now reach out to are: map.el for key/values, alists, hash-tables and arrays (built-in as of Emacs 25.1). seq.el for sequence manipulation functions (built-in as of Emacs 25.1). subr-x.el...