Overview Clamps Packages CM Dictionary Clamps Dictionary Fomus
Next: Installing as an Executable , Previous: Installation , Up: Installation , Home: Disclaimer

Fomus

Compiling/Loading

The program may be compiled and loaded by loading the file load.lisp.

CL-USER> (load "path_to_fomus_directory/load.lisp")
      

CL-USER> (use-package :fm)
      

The package name is fomus, and can also be referred to with the abbreviations fms and fm.

A system definition file fomus.asd is also provided for use with ASDF. To use it, make sure ASDF's central registry parameter contains the necessary path information and load it using the operate function (see the ASDF documentation for more information).