Skip to main content

Making a web site with Muse

Right now, I’m filling this site with content. This can take a pretty long time, so don’t curse me for wasting your time now. Curse me for wasting much more of your time later. So, a bit of information about this site might be in order: It’s supposed to be the successor to the mildly successful (http://asf.void.at/), the site for which my write access suddenly disappeared. At least you can still see it.

aliens are taking over SB-GROVEL!

I spent the last few months of my spare time hacking on SB-GROVEL, trying to port its structure types from the C-like simplicity (and simple-mindedness that comes with non-typechecked data) to SB-ALIEN. There are a few memory leaks in other contribs, now. (The previous SB-GROVEL used lisp objects that are garbage collected, the new one doesn’t. Choose your poison!) I think it was worth the effort. Foreign Function definitions can now use the neat alien types, and don’t have to rely on (* t) types where they’d expect a structure.