I have recently released 4.0 of Aura, a package manager for Arch Linux, in which I ported it from Haskell to Rust.
Thanks to everyone for their support over the years!
https://github.com/fosskers/aura/releases/tag/v4.0.0
#archlinux #aura #rust
@488cf7e2 This is for my #emacslisp port of Transducers though. CL has with-hash-table-iterator which makes this easy, since I can drive the iteration myself and stop when I want, but I don't see an analog in Elisp.
Is there truly no generalized way to iterate over an #emacslisp hash-table than maphash? What if I don't want to iterate over all the elments? What if I want to drive the iteration myself?
@123e16e8 So Codeberg or...?
I've heard that plenty of people love applying mail-based patches, but the PR/MR system seems less open to user error, as you've mentioned.
I just released 1.0.0 of the Transducers library for #commonlisp
I've made quite a few improvements: https://git.sr.ht/~fosskers/cl-transducers/tree/master/item/CHANGELOG.md#100-2023-09-07
Highlights:
Operating over (and into!) plists and hash tables is now possible
CSV support
The introduction of a few custom Conditions
Next step is to complete the Emacs Lisp port.
Notes by 5692c32f | export