Previous: libutils libraries global-env, Up: libutils libraries [Index]
The following bindings are exported by the library (vicare
libraries)
.
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.
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.