This is the modlisp Reference Manual, generated automatically by Declt version 4.0 beta 2 "William Riker" on Tue Jul 15 04:07:19 2025 GMT+0.
The main system appears first, followed by any subsystem dependency.
modlispkmrcl (system).
package.lisp (file).
variables.lisp (file).
base.lisp (file).
utils.lisp (file).
demo.lisp (file).
Files are sorted by type and then listed depth-first from the systems components trees.
modlisp/modlisp.asdmodlisp/package.lispmodlisp/variables.lispmodlisp/base.lispmodlisp/utils.lispmodlisp/demo.lispmodlisp/variables.lisppackage.lisp (file).
modlisp (system).
*close-modlisp-socket* (special variable).
*ml-server* (special variable).
*modlisp-socket* (special variable).
*number-server-requests* (special variable).
*number-worker-requests* (special variable).
(setf listener) (writer method).
listener (reader method).
+default-modlisp-port+ (constant).
ml-server (class).
port (reader method).
(setf port) (writer method).
processor (reader method).
(setf processor) (writer method).
processor-args (reader method).
(setf processor-args) (writer method).
modlisp/base.lispvariables.lisp (file).
modlisp (system).
header-value (function).
modlisp-start (function).
modlisp-stop (function).
modlisp-stop-all (function).
write-header-line (function).
modlisp-command-issuer (function).
read-modlisp-command (function).
read-modlisp-header (function).
read-modlisp-line (function).
modlisp/utils.lispbase.lisp (file).
modlisp (system).
output-html-page (function).
output-ml-page (macro).
output-xml-page (function).
query-to-alist (function).
redirect-to-location (function).
with-ml-page (macro).
format->string (function).
format-string (function).
write-response (macro).
modlisp/demo.lisputils.lisp (file).
modlisp (system).
demo-modlisp-command-processor (function).
fetch-mod-lisp-url (function).
fixed-html-string (function).
read-reply (function).
write-debug-table (function).
write-precomputed-page (function).
write-request-counts (function).
Packages are listed by definition order.
modlispml
common-lisp.
kmrcl.
*close-modlisp-socket* (special variable).
*ml-server* (special variable).
*modlisp-socket* (special variable).
*number-server-requests* (special variable).
*number-worker-requests* (special variable).
header-value (function).
modlisp-start (function).
modlisp-stop (function).
modlisp-stop-all (function).
output-html-page (function).
output-ml-page (macro).
output-xml-page (function).
query-to-alist (function).
redirect-to-location (function).
with-ml-page (macro).
write-header-line (function).
+default-modlisp-port+ (constant).
demo-modlisp-command-processor (function).
fetch-mod-lisp-url (function).
fixed-html-string (function).
format->string (function).
format-string (function).
ml-server (class).
modlisp-command-issuer (function).
port (generic reader).
(setf port) (generic writer).
processor (generic reader).
(setf processor) (generic writer).
processor-args (generic reader).
(setf processor-args) (generic writer).
read-modlisp-command (function).
read-modlisp-header (function).
read-modlisp-line (function).
read-reply (function).
write-debug-table (function).
write-precomputed-page (function).
write-request-counts (function).
write-response (macro).
Definitions are sorted by export status, category, package, and then by lexicographic order.
whether to close the modlisp socket at the end of this request
Current ml-server instance
the socket stream to modlisp
number of requests for the server
number of requests for this worker process
Returns the value of a modlisp header
Converts a posted string to an assoc list of keyword names and values, "a=1&bc=demo" => ((:a . "1") (:bc . "demo"))
Sample function to process an modlisp command
generates commands from modlisp, issues commands to processor-fun
| Jump to: | (
D F G H L M O P Q R W |
|---|
| Jump to: | (
D F G H L M O P Q R W |
|---|
| Jump to: | *
+
C L P S |
|---|
| Jump to: | *
+
C L P S |
|---|
| Jump to: | B C D F M P S U V |
|---|
| Jump to: | B C D F M P S U V |
|---|