Arguments: system
The default method for this generic function describes system and each of the modules in system, including the dependencies between modules. system can be a system-name or a system-object.
USER(20): (defsystem :my-serial-sys () (:serial "my1" "my2")) :MY-SERIAL-SYS USER(21): (show-system :my-serial-sys) ; System: "MY-SERIAL-SYS" ; default package: #<The COMMON-LISP-USER package> ; default pathname: #p"./" ; default module class: DEFSYSTEM:LISP-MODULE ; the system contains the following modules: ; Module-group: "<unnamed>" ; default module class: DEFSYSTEM:LISP-MODULE ; the module-group contains the following modules: ; Module: "my1" ; source file: "my1" ; Module: "my2" ; source file: "my2" ; Dependencies: ; before COMPILE dependencies: ; LOAD #<DEFSYSTEM:LISP-MODULE "my1" @ #x6b638e> ; before LOAD dependencies: ; LOAD #<DEFSYSTEM:LISP-MODULE "my1" @ #x6b638e> NIL USER(22):
See also defsystem.htm for general information on the defsystem facility in Allegro CL.
The documentation is described in introduction.htm and the index is in index.htm.
Copyright (c) 1998-2000, Franz Inc. Berkeley, CA., USA. All rights reserved.
Created 2000.10.5.