>>>>> "CWG" == cwg <cwg@DeepEddy.Com> writes:
CWG> LispOS users should be able to type "Load Patches"
Besides not being pretty and object-oriented, how is this different
from CVS + defsystem? Say, something like:
(loop for subsystem in *subsystem-list*
do
(cd (subsystem-pathname subsystem))
(shell "cvs update")
(pdefsys:load-system (subsystem-tag subsystem)))