a b c d e f g h i j k l m n o p q r s t u v w x y z
Description: Modern list manipulation library for Emacs
dash.el is API library to manipulate a list by Emacs Lisp.
This library offers very common feature in other programming languages
(e.g. map, slice, copy, concat, replace, reduce, union etc) without
require a 'cl'.
Description: modern list manipulation library for Emacs
dash.el is API library to manipulate a list by Emacs Lisp.
This library offers very common feature in other programming languages
(e.g. map, slice, copy, concat, replace, reduce, union etc) without
require a 'cl'.
--- 228033 Thu Jan 1 00:00:00 1970
+++ 269047 Thu Jan 1 00:00:00 1970
@@ -1,4 +1,4 @@
-Modern list manipulation library for Emacs
+modern list manipulation library for Emacs
dash.el is API library to manipulate a list by Emacs Lisp.
This library offers very common feature in other programming languages
(e.g. map, slice, copy, concat, replace, reduce, union etc) without