tvl-depot/users/wpcarro/emacs/pkgs/list
William Carroll cc802eb44b fix(wpcarro/emacs): Remove lingering dash.el dep
CI couldn't catch this because the dependency is discovered at runtime, and
there were no tests consuming `list-concat`. Added the tests and removed the
usage of `-concat`.

Change-Id: I5bcce9aa8170001a9d35c104da09374ab30ffbc5
Reviewed-on: https://cl.tvl.fyi/c/depot/+/6043
Reviewed-by: wpcarro <wpcarro@gmail.com>
Autosubmit: wpcarro <wpcarro@gmail.com>
Tested-by: BuildkiteCI
2022-08-05 20:37:15 +00:00
..
default.nix refactor(wpcarro/emacs): Remove list.el's dep on dash.el 🎉 2022-08-05 18:44:00 +00:00
list.el fix(wpcarro/emacs): Remove lingering dash.el dep 2022-08-05 20:37:15 +00:00
README.md docs(wpcarro/emacs): Document list.el 2022-08-05 19:38:07 +00:00
tests.el fix(wpcarro/emacs): Remove lingering dash.el dep 2022-08-05 20:37:15 +00:00

list.el

Functions for working with lists in Elisp.

Wish List

Here are some additional functions that I'd like to support.

  • TODO: delete_at/2
  • TODO: flatten/1
  • TODO: flatten/2
  • TODO: foldl/3
  • TODO: foldr/3
  • TODO: insert_at/3
  • TODO: pop_at/3
  • TODO: replace_at/3
  • TODO: starts_with?/2
  • TODO: update_at/3
  • TODO: zip/1