Name: Tim Moore
Member since: 2001-04-04 01:39:07
Last Login: N/A
Homepage: http://www.bricoworks.com/~moore/index.html
Notes: In real life I'm a developer at a Large E-Commerce Company. I've contributed to free software in various ways over the years including porting Emacs to the Ardent Titan (remember that?) and porting gdb and gcc to HP PA-RISC. I've been a big user and fan of FreeBSD since 1995 though haven't managed to contribute much other than occasional bug reports. I'm the author of my very own dormant project on SourceForge, an implementation of Pixar's RenderMan. Lately I've been devoting my hacking energies towards Common Lisp, both small projects that I'll unleash on the world soon and bug fixes / improvements in CMU Common Lisp.
Do check out dan's wonderful site for lots of good Common Lisp stuff.
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.
tbmoore certified others as follows:
Others have certified tbmoore as follows:
[ Certification disabled because you're not logged in. ]
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!