This package browser is in early development. Mind the rough edges.

emacs-a 1.0.0

Emacs library for dealing with association lists and hash tables

emacs-a provides Emacs Lisp functions for dealing with associative structures in a uniform and functional way. These functions can take association lists, hash tables, and in some cases vectors (where the index is considered the key).

Installation

Install emacs-a 1.0.0 as follows:

guix install emacs-a@1.0.0

Or install the latest version:

guix install emacs-a

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.