This is the f-underscore Reference Manual, version 0.1, generated automatically by Declt version 4.0 beta 2 "William Riker" on Sun Dec 15 06:04:34 2024 GMT+0.
The main system appears first, followed by any subsystem dependency.
f-underscore
a tiny library of functional programming utils placed into the public domain.
the idea is to make functional programs shorter and easier to read without resorting to syntax [like arc’s square bracket unary function syntax]
Nick Allen <nallen05@gmail.com>
0.1
f-underscore.lisp
(file).
Files are sorted by type and then listed depth-first from the systems components trees.
f-underscore/f-underscore.asd
f-underscore
(system).
f-underscore/f-underscore.lisp
f-underscore
(system).
Packages are listed by definition order.
Definitions are sorted by export status, category, package, and then by lexicographic order.
a synonym for LAMBDA
a LAMBDA that takes 0 arguments (aka a ’thunk’)
a LAMBDA that takes 1 argument: ‘_’
a LAMBDA that takes 1 &REST that it ignores
a LAMBDA that takes 1 &REST argument: ‘_’
a LAMBDA that has a macro-lambda-list instead of an ordinary lambda-list
Jump to: | F M |
---|
Index Entry | Section | ||
---|---|---|---|
| |||
F | |||
f : | Public macros | ||
f0 : | Public macros | ||
f_ : | Public macros | ||
f_% : | Public macros | ||
f_n : | Public macros | ||
| |||
M | |||
m : | Public macros | ||
Macro, f : | Public macros | ||
Macro, f0 : | Public macros | ||
Macro, f_ : | Public macros | ||
Macro, f_% : | Public macros | ||
Macro, f_n : | Public macros | ||
Macro, m : | Public macros | ||
|
Jump to: | F M |
---|
Jump to: | F P S |
---|
Jump to: | F P S |
---|