Previous: , Up: libutils libraries   [Index]


7.3.3 Library operations

The following bindings are exported by the library (vicare libraries).

Function: invoke-library lib

Evaluate the invoke code of the <library> object lib and all its dependency libraries. When successful: return lib itself; otherwise raise an exception. If we apply this function to lib multiple times: the code is evaluated only the first time; subsequent applications do nothing.

Function: visit-library lib

Evaluate the visit code of the <library> object lib and all its dependency libraries When successful: return lib itself; otherwise raise an exception. If we apply this function to lib multiple times: the code is evaluated only the first time; subsequent applications do nothing.