lispdoc - results for lisp |
lisp | |
| Mentioned in: HyperSpec - 2.1.2 Variables that affect the Lisp Reader HyperSpec - 22.1 The Lisp Printer HyperSpec - 22.1.1 Overview of The Lisp Printer HyperSpec - 22.1.3.3.2 Effect of Readtable Case on the Lisp Printer HyperSpec - 22.1.3.3.2.1 Examples of Effect of Readtable Case on the Lisp Printer HyperSpec - 22.2 The Lisp Pretty Printer HyperSpec - 23.1.1 Dynamic Control of the Lisp Reader HyperSpec - 23.1.2 Effect of Readtable Case on the Lisp Reader HyperSpec - 23.1.2.1 Examples of Effect of Readtable Case on the Lisp Reader | |
(ql-ecl:lisp &rest args) | Undocumented
|
(ql-ccl:lisp &rest args) | Undocumented
|
common-lisp | |
| Mentioned in: HyperSpec - 1.9 Symbols in the COMMON-LISP Package HyperSpec - 11.1.2.1 The COMMON-LISP Package HyperSpec - 11.1.2.1.1 Constraints on the COMMON-LISP Package for Conforming Implementations HyperSpec - 11.1.2.1.2 Constraints on the COMMON-LISP Package for Conforming Programs HyperSpec - 11.1.2.1.2.1 Some Exceptions to Constraints on the COMMON-LISP Package for Conforming Programs PCL - package gotchas | |
ql-sbcl:lisp | Undocumented
|
ql-impl:lisp | Undocumented
|
(ql-cmucl:lisp &rest args) | Undocumented
|
(ql-clisp:lisp &rest args) | Undocumented
|
(qlb-abcl:lisp &rest args) | Undocumented
|
(ql-allegro:lisp &rest args) | Undocumented
|
(ql-lispworks:lisp &rest args) | Undocumented
|
common-lisp-user | |
| Mentioned in: HyperSpec - 11.1.2.2 The COMMON-LISP-USER Package | |
(lisp-implementation-type) | Undocumented
|
| Mentioned in: CLtL2 - 25.4.2. Other Environment Inquiries HyperSpec - Function LISP-IMPLEMENTATION-TYPE, LISP-IMPLEMENTATION-VERSION | |
(lisp-implementation-version) | Undocumented
|
| Mentioned in: CLtL2 - 25.4.2. Other Environment Inquiries HyperSpec - Function LISP-IMPLEMENTATION-TYPE, LISP-IMPLEMENTATION-VERSION | |
(cffi:foreign-string-to-lisp pointer &key (offset 0) count (max-chars (1- array-total-size-limit)) (encoding *default-foreign-encoding*)) | Function: Copy at most COUNT bytes from POINTER plus OFFSET encoded in ENCODING into a Lisp string and return it. If POINTER is a null pointer, NIL is returned.
|
(cffi:lisp-string-to-foreign string buffer bufsize &key (start 0) end offset (encoding *default-foreign-encoding*)) | Undocumented
|
hunchentoot:*log-lisp-errors-p* | Variable: Whether Lisp errors in request handlers should be logged.
|
hunchentoot:*show-lisp-errors-p* | Variable: Whether Lisp errors in request handlers should be shown in HTML output.
|
hunchentoot:*log-lisp-warnings-p* | Variable: Whether Lisp warnings in request handlers should be logged.
|
hunchentoot:*log-lisp-backtraces-p* | Variable: Whether Lisp backtraces should be logged. Only has an effect if *LOG-LISP-ERRORS-P* is true as well.
|
hunchentoot:*lisp-errors-log-level* | Variable: Log level for Lisp errors. Should be one of :ERROR (the default), :WARNING, or :INFO.
|
hunchentoot:*show-lisp-backtraces-p* | Undocumented
|
hunchentoot:*lisp-warnings-log-level* | Variable: Log level for Lisp warnings. Should be one of :ERROR, :WARNING (the default), or :INFO.
|
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
| By Bill Moorier |