This is the trivial-update Reference Manual, version 0.1.0, generated automatically by Declt version 4.0 beta 2 "William Riker" on Sun Sep 15 06:58:39 2024 GMT+0.
The main system appears first, followed by any subsystem dependency.
trivial-update
tools for easy modification of places with any given function
Mark Karpov
MIT
0.1.0
trivial-update.lisp
(file).
Files are sorted by type and then listed depth-first from the systems components trees.
trivial-update/trivial-update.asd
trivial-update
(system).
trivial-update/trivial-update.lisp
trivial-update
(system).
update
(macro).
Packages are listed by definition order.
Definitions are sorted by export status, category, package, and then by lexicographic order.
Replace value at PLACE by applying function FN to it. Value at PLACE is
used as the first argument for given function FN, other optional arguments
ARGS will be used to fill the rest of the argument list. Parameter ENV is
set by Common Lisp implementation during macro expansion.
If value at PLACE should not be put as first argument of given function, use
partial application to pad some arguments. Combination of currying and &REST
arguments will give you opportunity to pass old value at PLACE on any
position in the argument list.
Remember that keyword parameters are just pairs of normal arguments.
Jump to: | M U |
---|
Index Entry | Section | ||
---|---|---|---|
| |||
M | |||
Macro, update : | Public macros | ||
| |||
U | |||
update : | Public macros | ||
|
Jump to: | M U |
---|
Jump to: | F P S T |
---|
Jump to: | F P S T |
---|