In December my wife and I had a son who remains the cutest baby ever.
I've done a lot of hacking on McCLIM, a free replacement for the Common Lisp CLIM user interface toolkit. It's been very difficult, and rewarding.
CMU Common Lisp foreign linkage 2, running on
ariel.bricoworks.com
Send questions and bug reports to your local CMU CL
maintainer,
or to cmucl-help@cons.org. and cmucl-imp@cons.org.
respectively.
Loaded subsystems:
Python 1.0, target Intel x86
CLOS based on PCL version: September 16 92 PCL (f)
*
This means that the guts of my shared library changes to CMUCL work; the system has successfully recompiled itself. Yay! That's been a long time coming. I've had to unravel mysterious parts of CMUCL as well as fix my own silly bugs.
My new code can't actually load shared libraries yet, but the hardest part, including low-level compiler changes, is done.
Extended conses aren't going to happen. A two word data structure that's basic to the language would be transformed into a multiword structure... besides, compilers and codewalkers and such quickly transform the list-based source into a structure-based representation. If you really want properties associated with cons cells, you can do it with a hash table.
3 May 2001 (updated 4 May 2001 at 22:10 UTC) »
Celebrated my 35th birthday yesterday. When I was a teenager I could never imagine being so old.
20 Apr 2001 (updated 20 Apr 2001 at 17:47 UTC) »
Saw the best, funniest special on VH1 ever last night: a biography of Iggy Pop. Usually those things are so pompous that they suck incredibly, but in this case it was impossible for VH1 to overwhelm the wit and genius of Iggy himself. The ad for the rap compilation "Monster Booty" was an added bonus.
FOAF updates: Trust rankings are now exported, making the data available to other users and websites. An external FOAF URI has been added, allowing users to link to an additional FOAF file.
Keep up with the latest Advogato features by reading the Advogato status blog.
If you're a C programmer with some spare time, take a look at the mod_virgule project page and help us with one of the tasks on the ToDo list!