Roberto :emacs: on Nostr: Now that I'm using #emacs and #elist for the #AdventOfCode I have a little confusion ...
Now that I'm using #emacs and #elist for the #AdventOfCode I have a little confusion about different APIs that are inside emacs.
For filtering, or iterating lists, you can do it ~dowhile~, but it does not look very "functional"
You have also cl-* functions like ~cl-mapcar~ or ~cl-every~ but they belong to the common lisp extensions
And you have also seq-* like ~seq-filter~ which also looks similar but belongs to different package.
Is there any preferred way to do list manipulations?
For filtering, or iterating lists, you can do it ~dowhile~, but it does not look very "functional"
You have also cl-* functions like ~cl-mapcar~ or ~cl-every~ but they belong to the common lisp extensions
And you have also seq-* like ~seq-filter~ which also looks similar but belongs to different package.
Is there any preferred way to do list manipulations?