• Scieneer Common Lisp 1.3.9 online documentation

    ext:defmodule name &rest files[Macro]

    Defines a module by registering the files that need to be loaded when the module is required. If name is a symbol, its print name is used after downcasing it.

  •