compile-file-if-needed

Function

Package: excl

Arguments: input-filename &rest allargs &key force-compile

Compiles (with compile-file) input-filename if

  1. There is no compiled version of that file, or
  2. The compiled version is older than input-filename, or
  3. The force-compile keyword argument is specified true.

All arguments acceptable to compile-file can also be specified to this function. input-filename must be a string naming a file or a pathname object identfying a file.

See compiling.htm for general information on compiling.

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.