Compiling/Loading

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

Example 2.4. Compiling and Loading


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).