my wip guile library for manipulating structured binary data (c structs, gpu buffer data, etc.) is nearly ready. just got bit fields working which was the last major missing feature. before that I rewrote my initial rat's nest of a macro into something much more understandable and maintainable.
Conversation
Notices
-
Embed this notice
dave (dthompson@toot.cat)'s status on Saturday, 23-Nov-2024 23:45:31 JST dave -
Embed this notice
dave (dthompson@toot.cat)'s status on Sunday, 24-Nov-2024 00:09:29 JST dave what I'm doing is heavily inpsired by chez scheme's ftypes (though not a 1:1 copy) but I gotta say I find https://github.com/cisco/ChezScheme/blob/main/s/ftype.ss to be some of the hardest to understand code I've ever tried to read so I'm trying to make my code as understandable as possible.
-
Embed this notice