Next: Introduction, Previous: (dir), Up: (dir) [Contents][Index]
This is the synonyms Reference Manual, generated automatically by Declt version 3.0 "Montgomery Scott" on Tue Dec 22 15:10:16 2020 GMT+0.
• Introduction | What synonyms is all about | |
• Systems | The systems documentation | |
• Files | The files documentation | |
• Packages | The packages documentation | |
• Definitions | The symbols documentation | |
• Indexes | Concepts, functions, variables and data types |
SYNONYMS ======== by Robert Smith SYNONYMS is a package to provide synonyms to equivalent CL functionality. It is a library existing for its utilitarian value, but differs from other utility libraries in that it does not present any new functionality, algorithms, or data structures to Common Lisp. SYNONYMS provides synonyms for a variety of functional and stylistic reasons. It provides synonyms that are * useful for readability's sake, such as TRUE and FALSE. * useful for functional programming, such as STRCAT * useful for particular styles of programming Not all functionality provided by SYNONYMS are precise duplicates of the functionality of another symbol in Common Lisp. For example, NON-ZERO-P, a function useful for functional programming, does not have a direct synonymous equivalent; it is defined as (not (zerop n)). However, this is small enough and close enough to act as a synonym.
Next: Files, Previous: Introduction, Up: Top [Contents][Index]
The main system appears first, followed by any subsystem dependency.
• The synonyms system |
Robert Smith
Public Domain
A package containing useful synonyms to Common Lisp functionalities.
synonyms.asd (file)
Files are sorted by type and then listed depth-first from the systems components trees.
• Lisp files |
• The synonyms.asd file | ||
• The synonyms/package.lisp file | ||
• The synonyms/synonyms.lisp file |
Next: The synonyms/package․lisp file, Previous: Lisp files, Up: Lisp files [Contents][Index]
synonyms.asd
synonyms (system)
Next: The synonyms/synonyms․lisp file, Previous: The synonyms․asd file, Up: Lisp files [Contents][Index]
Previous: The synonyms/package․lisp file, Up: Lisp files [Contents][Index]
package.lisp (file)
synonyms (system)
synonyms.lisp
Next: Definitions, Previous: Files, Up: Top [Contents][Index]
Packages are listed by definition order.
• The synonyms package |
package.lisp (file)
syn
common-lisp
Definitions are sorted by export status, category, package, and then by lexicographic order.
• Exported definitions |
Previous: Definitions, Up: Definitions [Contents][Index]
• Exported constants | ||
• Exported functions |
Next: Exported functions, Previous: Exported definitions, Up: Exported definitions [Contents][Index]
The false value.
synonyms.lisp (file)
The canonical truth value.
synonyms.lisp (file)
Previous: Exported constants, Up: Exported definitions [Contents][Index]
Return the head of a list.
synonyms.lisp (file)
Check if a number N is negative.
synonyms.lisp (file)
A function that akways returns a false value. Equivalent to (CONSTANTLY NIL).
synonyms.lisp (file)
Check if a number N is non-negative (greater or equal to zero).
synonyms.lisp (file)
Check if a number N is non-positive (less than or equal to zero).
synonyms.lisp (file)
Check if a number is non-zero.
synonyms.lisp (file)
Check if a number N is positive.
synonyms.lisp (file)
Concatenate two strings A and B.
synonyms.lisp (file)
Return the tail (rest) of the list.
synonyms.lisp (file)
A function that always returns a truth vale. Equivalent to (CONSTANTLY T).
synonyms.lisp (file)
Previous: Definitions, Up: Top [Contents][Index]
• Concept index | ||
• Function index | ||
• Variable index | ||
• Data type index |
Next: Function index, Previous: Indexes, Up: Indexes [Contents][Index]
Jump to: | F L S |
---|
Jump to: | F L S |
---|
Next: Variable index, Previous: Concept index, Up: Indexes [Contents][Index]
Jump to: | F H N P S T Y |
---|
Jump to: | F H N P S T Y |
---|
Next: Data type index, Previous: Function index, Up: Indexes [Contents][Index]
Jump to: | C F T |
---|
Index Entry | Section | ||
---|---|---|---|
| |||
C | |||
Constant, false : | Exported constants | ||
Constant, true : | Exported constants | ||
| |||
F | |||
false : | Exported constants | ||
| |||
T | |||
true : | Exported constants | ||
|
Jump to: | C F T |
---|
Previous: Variable index, Up: Indexes [Contents][Index]
Jump to: | P S |
---|
Index Entry | Section | ||
---|---|---|---|
| |||
P | |||
Package, synonyms : | The synonyms package | ||
| |||
S | |||
synonyms : | The synonyms system | ||
synonyms : | The synonyms package | ||
System, synonyms : | The synonyms system | ||
|
Jump to: | P S |
---|