Basically, in the case of the following:
(defun frob (x) (format t "Frob: ~a~%" x)) (frob (defun frob (x) (format t "New frob: ~a~%" x))does the printed line say "Frob" or "New frob"?
It is, I believe, fully specified what will happen when you do either of (funcall #'frob ...) or (funcall 'frob ...), but out of the two implementations I have tried (SBCL and CLisp), I have two different behaviours. SBCL prints "New frob" and CLisp prints "Frob".
I shall have to ponder this, for a bit, I think.
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!