From 81b7807984513232fbe7ae9d67a9c1a5b368c5df Mon Sep 17 00:00:00 2001 From: Earl Hyatt Date: Sat, 25 Jan 2025 15:35:06 -0500 Subject: [PATCH] Add package Loopy and extension package Loopy Dash. The package Loopy provides macros for looping and destructuring. In functionality and features, it is similar cl-loop and the library Iterate from Common Lisp. The package Loopy Dash allows the looping macros in Loopy to use Dash for destructuring. Loopy's default destructuring is a superset of CL Lib's destructuring. --- elpa-packages | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/elpa-packages b/elpa-packages index dafc0fd25d..747944a071 100644 --- a/elpa-packages +++ b/elpa-packages @@ -460,6 +460,15 @@ (kotlin-mode :url "https://github.com/Emacs-Kotlin-Mode-Maintainers/kotlin-mode" :ignored-files ("doc" "test" "Cask" "Makefile")) + (loopy :url "https://github.com/okamsn/loopy" + :readme "README.org" + :news "CHANGELOG.md" + :lisp-dir "lisp" + :doc "doc/loopy.texi") + + (loopy-dash :url "https://github.com/okamsn/loopy-dash" + :readme "README.org") + (lorem-ipsum :url "https://github.com/jschaf/emacs-lorem-ipsum" :readme "README.md") -- 2.43.0