This is the cl-sandbox Reference Manual, version 0.0.4, generated automatically by Declt version 4.0 beta 2 "William Riker" on Sun Dec 15 05:20:54 2024 GMT+0.
The main system appears first, followed by any subsystem dependency.
cl-sandbox
Utility package for creating safe experimental environment.
Mateusz Malisz <maliszmat@gmail.com>
MIT
0.0.4
src
(module).
Modules are listed depth-first from the system components tree.
cl-sandbox/src
cl-sandbox
(system).
package.lisp
(file).
sandbox.lisp
(file).
Files are sorted by type and then listed depth-first from the systems components trees.
cl-sandbox/src/sandbox.lisp
src
(module).
%change-name
(function).
Packages are listed by definition order.
sandbox
cl-sandbox
common-lisp
.
%change-name
(function).
Definitions are sorted by export status, category, package, and then by lexicographic order.
Close sandbox session, returning to the previous package and deleting the sandbox package..
Pause sandbox session, leaving pacakge for future use.
Resume paused sandbox session.
Start Sandbox session. The Sandbox package will use all packages from the origin package and this package.
If you do not wish for this to happen, either provide NIL as an argument to import-used-packages
to not import anything except symbols from origin package,
or provide your list of packages to import-used-packages;
any packages you specify there will be used.
By default, only exported symbols are imported.
To import internal symbols from orign package,
provide T to import-internal-symbols
Change name of sandbox package to NEW-NAME.
Jump to: | %
E F P R S |
---|
Jump to: | %
E F P R S |
---|
Jump to: | C F M P S |
---|
Jump to: | C F M P S |
---|