This is the incless Reference Manual, version 0.1.0, generated automatically by Declt version 4.0 beta 2 "William Riker" on Sun Dec 15 06:27:53 2024 GMT+0.
incless/incless.asd
incless/code/package.lisp
incless/code/interface.lisp
incless/code/write-object.lisp
incless/code/integer.lisp
incless/code/rational.lisp
incless/code/float.lisp
incless/code/complex.lisp
incless/code/character.lisp
incless/code/string.lisp
incless/code/cons.lisp
incless/code/bit-vector.lisp
incless/code/array.lisp
incless/code/vector.lisp
incless/code/random-state.lisp
incless/code/pathname.lisp
incless/code/standard-object.lisp
incless/code/structure.lisp
incless/code/symbol.lisp
The main system appears first, followed by any subsystem dependency.
incless
A portable and extensible Common Lisp printer implementation (core)
Tarn W. Burton
Tarn W. Burton
Robert Strandh
Lonjil
BSD
0.1.0
quaviver
(system).
code
(module).
Modules are listed depth-first from the system components tree.
incless/code
incless
(system).
package.lisp
(file).
interface.lisp
(file).
write-object.lisp
(file).
integer.lisp
(file).
rational.lisp
(file).
float.lisp
(file).
complex.lisp
(file).
character.lisp
(file).
string.lisp
(file).
cons.lisp
(file).
bit-vector.lisp
(file).
array.lisp
(file).
vector.lisp
(file).
random-state.lisp
(file).
pathname.lisp
(file).
standard-object.lisp
(file).
structure.lisp
(file).
symbol.lisp
(file).
Files are sorted by type and then listed depth-first from the systems components trees.
incless/incless.asd
incless/code/package.lisp
incless/code/interface.lisp
incless/code/write-object.lisp
incless/code/integer.lisp
incless/code/rational.lisp
incless/code/float.lisp
incless/code/complex.lisp
incless/code/character.lisp
incless/code/string.lisp
incless/code/cons.lisp
incless/code/bit-vector.lisp
incless/code/array.lisp
incless/code/vector.lisp
incless/code/random-state.lisp
incless/code/pathname.lisp
incless/code/standard-object.lisp
incless/code/structure.lisp
incless/code/symbol.lisp
incless/code/interface.lisp
package.lisp
(file).
code
(module).
circle-check
(generic function).
circle-detection-p
(generic function).
class-slot-names
(generic function).
client-form
(generic function).
define-interface
(macro).
handle-circle
(generic function).
print-object
(generic function).
printer-readtable
(generic function).
write-identity
(generic function).
write-object
(generic function).
write-unreadable-object
(generic function).
*client*
(special variable).
ensure-symbol
(function).
incless/code/write-object.lisp
interface.lisp
(file).
code
(module).
circle-check
(method).
circle-detection-p
(method).
handle-circle
(method).
write-unreadable-object
(method).
*circularity-counter*
(special variable).
*circularity-hash-table*
(special variable).
*current-depth*
(special variable).
uniquely-identified-by-print-p
(function).
write-read-eval
(function).
incless/code/integer.lisp
write-object.lisp
(file).
code
(module).
*digit-chars*
(special variable).
print-integer
(function).
write-integer-digits
(function).
write-integer-digits-alt
(function).
write-radix
(function).
write-sign
(function).
incless/code/rational.lisp
integer.lisp
(file).
code
(module).
print-rational
(function).
incless/code/float.lisp
rational.lisp
(file).
code
(module).
print-float
(function).
write-exponent-marker
(function).
write-zero-exponent
(function).
incless/code/complex.lisp
float.lisp
(file).
code
(module).
print-complex
(function).
incless/code/character.lisp
complex.lisp
(file).
code
(module).
print-character
(function).
incless/code/string.lisp
character.lisp
(file).
code
(module).
print-string
(function).
incless/code/cons.lisp
string.lisp
(file).
code
(module).
print-cons
(function).
incless/code/bit-vector.lisp
cons.lisp
(file).
code
(module).
print-bit-vector
(function).
incless/code/array.lisp
bit-vector.lisp
(file).
code
(module).
print-array
(function).
literal-array-p
(function).
incless/code/vector.lisp
array.lisp
(file).
code
(module).
print-vector
(function).
incless/code/random-state.lisp
vector.lisp
(file).
code
(module).
print-random-state
(function).
incless/code/pathname.lisp
random-state.lisp
(file).
code
(module).
print-pathname
(function).
incless/code/standard-object.lisp
pathname.lisp
(file).
code
(module).
incless/code/structure.lisp
standard-object.lisp
(file).
code
(module).
print-structure
(function).
incless/code/symbol.lisp
structure.lisp
(file).
code
(module).
print-symbol
(function).
+final-number-characters+
(special variable).
+initial-number-characters+
(special variable).
+middle-number-characters+
(special variable).
+quoted-characters+
(special variable).
print-capitalized-symbol
(function).
print-cased-symbol
(function).
print-inverted-symbol
(function).
print-lowercase-symbol
(function).
print-quoted-symbol
(function).
print-symbol-token
(function).
print-uppercase-symbol
(function).
quote-symbol-p
(function).
Packages are listed by definition order.
incless
common-lisp
.
*digit-chars*
(special variable).
circle-check
(generic function).
circle-detection-p
(generic function).
class-slot-names
(generic function).
client-form
(generic function).
define-interface
(macro).
handle-circle
(generic function).
print-array
(function).
print-bit-vector
(function).
print-character
(function).
print-complex
(function).
print-cons
(function).
print-float
(function).
print-integer
(function).
print-object
(generic function).
print-pathname
(function).
print-random-state
(function).
print-rational
(function).
print-string
(function).
print-structure
(function).
print-symbol
(function).
print-vector
(function).
printer-readtable
(generic function).
write-identity
(generic function).
write-object
(generic function).
write-unreadable-object
(generic function).
*circularity-counter*
(special variable).
*circularity-hash-table*
(special variable).
*client*
(special variable).
*current-depth*
(special variable).
+final-number-characters+
(special variable).
+initial-number-characters+
(special variable).
+middle-number-characters+
(special variable).
+quoted-characters+
(special variable).
ensure-symbol
(function).
literal-array-p
(function).
print-capitalized-symbol
(function).
print-cased-symbol
(function).
print-inverted-symbol
(function).
print-lowercase-symbol
(function).
print-quoted-symbol
(function).
print-symbol-token
(function).
print-uppercase-symbol
(function).
quote-symbol-p
(function).
uniquely-identified-by-print-p
(function).
write-exponent-marker
(function).
write-integer-digits
(function).
write-integer-digits-alt
(function).
write-radix
(function).
write-read-eval
(function).
write-sign
(function).
write-zero-exponent
(function).
Definitions are sorted by export status, category, package, and then by lexicographic order.
Jump to: | C D E F G H L M P Q U W |
---|
Jump to: | C D E F G H L M P Q U W |
---|
Jump to: | *
+
S |
---|
Jump to: | *
+
S |
---|
Jump to: | A B C F I M P R S V W |
---|
Jump to: | A B C F I M P R S V W |
---|