chickadee » beaker » load-system

(load-system #!optional (egg-file .) #!key (skip (quote ())) (flags (quote ())))procedure

Builds and loads the given egg.

When called for the first time, all out-of-date components are recompiled, the egg's extension libraries are loaded into the calling program and its modules are immediately imported.

Subsequent calls cause the components to be recompiled and reloaded as necessary.