Oddbean new post about | logout

Notes by 5692c32f | export

 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 
 Seems like this is a common error right now. In any case it makes me curious about discord altern... 
 @2e19db99 Honestly IRC isn't bad. 
 nostr:npub1dtw0ve3yrtslcda2l46lmm7t5z7m7sc6xf9r7cd98e37pd92utdsd885ra If it's just about exiting ... 
 @488cf7e2 Evil, but plausible. 
 nostr:npub1dtw0ve3yrtslcda2l46lmm7t5z7m7sc6xf9r7cd98e37pd92utdsd885ra You probably have to get al... 
 @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. 
Event not found
 @123e16e8 Are you doing that nREPL impl?