├── LICENSE ├── README.md ├── book ├── 1-0-0-overview.md ├── 1-01-00-lisp-bootcamp.md ├── 1-01-01-syntax-overview.md ├── 1-01-02-more-detail.md ├── 1-01-02-repl.md ├── 1-01-03-expressions.md ├── 1-01-04-lists-cons-cells.md ├── 1-01-05-symbols.md ├── 1-01-06-prefix-notation.md ├── 1-01-07-style-guide.md ├── 1-01-08-configuration.md ├── 1-01-09-emacs-live.md ├── 1-02-00-input-output.md ├── 1-02-01-strings.md ├── 1-02-02-more-strings.md ├── 1-02-03-unicode.md ├── 1-02-04-chars.md ├── 1-02-05-more-chars.md ├── 1-02-06-char-codes.md ├── 1-02-07-strings-from-chars.md ├── 1-02-08-printing.md ├── 1-02-09-more-printing.md ├── 1-02-10-prin1.md ├── 1-02-11-princ.md ├── 1-02-12-format.md ├── 1-02-13-more-format.md ├── 1-02-14-pathnames.md ├── 1-02-15-streams.md ├── 1-02-16-file-streams.md ├── 1-02-17-binary-streams.md ├── 1-02-18-prompting-users.md ├── 1-02-19-pretty-printing.md ├── 1-03-0-getting-input-from-users.md ├── 1-04-0-lists.md ├── 1-05-0-lookups-trees.md ├── 1-06-0-math.md ├── 1-07-0-arrays.md ├── 1-08-0-variables.md ├── 1-09-0-closures.md ├── 1-10-0-functions.md ├── 1-11-0-text-adventure.md ├── 1-12-0-namespaces.md ├── 1-13-0-simple-web-app.md ├── 1-14-0-conditionals.md ├── 1-15-0-command-line-utility.md ├── 1-16-0-map-loop.md ├── 1-17-0-iterate.md ├── 1-18-0-format.md ├── 1-19-0-dsl.md ├── 1-20-0-review.md ├── 2-0-0-overview.md ├── 2-01-0-programming-paradigms.md ├── 2-02-0-regex.md ├── 2-03-0-objects-control.md ├── 2-04-0-data-persistence.md ├── 2-05-0-extended-types.md ├── 2-06-0-threads-memos-parallel.md ├── 2-07-0-logic-and-more-math.md ├── 2-08-0-number-theory.md ├── 2-09-0-binary-octets-bits.md ├── 2-10-0-improved-text-adventure-engine.md ├── 2-11-0-conditions.md ├── 2-12-0-2d-game.md ├── 2-13-0-compiler.md ├── 2-14-0-tree-shaker.md ├── 2-15-0-docs-and-inspection.md ├── 2-16-0-foreign-libs.md ├── 2-17-0-debugging-testing.md ├── 2-18-0-ffi.md ├── 2-19-0-essential-libs.md ├── 2-20-0-packaging-libs.md ├── 2-21-0-review.md ├── 3-00-00-overview.md ├── 3-01-00-web-apps.md ├── 3-02-00-typesetting.md ├── 3-03-00-mobile.md ├── 3-04-00-gui.md ├── 3-05-00-system-utils.md ├── 3-06-00-reverse-engineering.md ├── 3-07-00-graphics.md ├── 3-08-00-gaming.md ├── 3-09-00-audio.md ├── 3-10-00-data.md ├── 3-11-00-cryptosec.md ├── 3-12-00-fintech.md ├── 3-13-00-scientific-computing.md ├── 3-14-00-computational-physics.md ├── 3-15-00-quantum-computing.md ├── 3-16-00-nlp.md ├── 3-17-00-ai.md ├── 3-18-00-robotics.md ├── 3-19-00-space-tech.md ├── 3-20-00-neurotech.md ├── 3-21-00-lispos.md ├── 3-22-00-lisp-machine.md ├── 3-23-00-gov-mil.md ├── acknowledgements.md ├── index.md ├── introduction.md ├── preface-part-three.md ├── preface-part-two.md ├── preface.md └── template.md ├── config.lisp ├── container └── Dockerfile ├── handlers.lisp ├── llthw.asd ├── llthw.lisp ├── llthw.sh ├── packages.lisp ├── reference.lisp-expr ├── reference ├── abort.md ├── above.md ├── abs.md ├── acons.md ├── acos.md ├── acosh.md ├── across.md ├── add-method.md ├── add.md ├── adjoin.md ├── adjust-array.md ├── adjustable-array-p.md ├── allocate-instance.md ├── alpha-char-p.md ├── alphanumericp.md ├── always.md ├── ampersand-allow-other-keys.md ├── ampersand-aux.md ├── ampersand-body.md ├── ampersand-environment.md ├── ampersand-key.md ├── ampersand-optional.md ├── ampersand-rest.md ├── ampersand-whole.md ├── appending.md ├── apply.md ├── apropos-list.md ├── apropos.md ├── aref.md ├── arithmetic-error-operands.md ├── arithmetic-error-operation.md ├── arithmetic-error.md ├── array-dimension-limit.md ├── array-dimension.md ├── array-dimensions.md ├── array-displacement.md ├── array-element-type.md ├── array-has-fill-pointer-p.md ├── array-in-bounds-p.md ├── array-rank-limit.md ├── array-rank.md ├── array-row-major-index.md ├── array-total-size-limit.md ├── array-total-size.md ├── array.md ├── arrayp.md ├── as.md ├── ash.md ├── asin.md ├── asinh.md ├── assert.md ├── assoc-if-not.md ├── assoc-if.md ├── assoc.md ├── atan.md ├── atanh.md ├── atom.md ├── base-char.md ├── base-string.md ├── being.md ├── below.md ├── bignum.md ├── bit-and.md ├── bit-andc1.md ├── bit-andc2.md ├── bit-eqv.md ├── bit-ior.md ├── bit-nand.md ├── bit-nor.md ├── bit-not.md ├── bit-orc1.md ├── bit-orc2.md ├── bit-vector-p.md ├── bit-vector.md ├── bit-xor.md ├── bit.md ├── block.md ├── boole-1.md ├── boole-2.md ├── boole-and.md ├── boole-andc1.md ├── boole-andc2.md ├── boole-c1.md ├── boole-c2.md ├── boole-clr.md ├── boole-eqv.md ├── boole-ior.md ├── boole-nand.md ├── boole-nor.md ├── boole-orc1.md ├── boole-orc2.md ├── boole-set.md ├── boole-xor.md ├── boole.md ├── boolean.md ├── both-case-p.md ├── boundp.md ├── break.md ├── broadcast-stream-streams.md ├── broadcast-stream.md ├── built-in-class.md ├── butlast.md ├── by.md ├── byte-position.md ├── byte-size.md ├── byte.md ├── c-x-r.md ├── call-arguments-limit.md ├── call-method.md ├── call-next-method.md ├── car.md ├── case.md ├── catch.md ├── ccase.md ├── cdr.md ├── ceiling.md ├── cell-error-name.md ├── cell-error.md ├── cerror.md ├── change-class.md ├── char-code-limit.md ├── char-code.md ├── char-downcase.md ├── char-equal.md ├── char-greaterp.md ├── char-int.md ├── char-lessp.md ├── char-literal-equal.md ├── char-literal-gt-equal.md ├── char-literal-gt.md ├── char-literal-lt-equal.md ├── char-literal-lt.md ├── char-literal-not-equal.md ├── char-name.md ├── char-not-equal.md ├── char-not-greaterp.md ├── char-not-lessp.md ├── char-upcase.md ├── char.md ├── character.md ├── characterp.md ├── check-type.md ├── cis.md ├── class-name.md ├── class-of.md ├── class.md ├── clear-input.md ├── clear-output.md ├── close.md ├── clrhash.md ├── code-char.md ├── coerce.md ├── collect.md ├── collecting.md ├── compilation-speed.md ├── compile-file-pathname.md ├── compile-file.md ├── compile.md ├── compiled-function-p.md ├── compiled-function.md ├── compiler-macro-function.md ├── compiler-macro.md ├── complement.md ├── complex.md ├── complexp.md ├── compute-applicable-methods.md ├── compute-restarts.md ├── concatenate.md ├── concatenated-stream-streams.md ├── concatenated-stream.md ├── cond.md ├── condition.md ├── conjugate.md ├── cons.md ├── consp.md ├── constantly.md ├── constantp.md ├── continue.md ├── control-error.md ├── copy-alist.md ├── copy-list.md ├── copy-pprint-dispatch.md ├── copy-readtable.md ├── copy-seq.md ├── copy-structure.md ├── copy-symbol.md ├── copy-tree.md ├── cos.md ├── cosh.md ├── count-if-not.md ├── count-if.md ├── count.md ├── counting.md ├── ctypecase.md ├── debug.md ├── decf.md ├── declaim.md ├── declaration.md ├── declare.md ├── decode-float.md ├── decode-universal-time.md ├── defclass.md ├── defconstant.md ├── defgeneric.md ├── define-compiler-macro.md ├── define-condition.md ├── define-method-combination.md ├── define-modify-macro.md ├── define-setf-expander.md ├── define-symbol-macro.md ├── defmacro.md ├── defmethod.md ├── defpackage.md ├── defparameter.md ├── defsetf.md ├── defstruct.md ├── deftype.md ├── defun.md ├── defvar.md ├── delete-duplicates.md ├── delete-file.md ├── delete-if-not.md ├── delete-if.md ├── delete-package.md ├── delete.md ├── denominator.md ├── deposit-field.md ├── describe-object.md ├── describe.md ├── destructuring-bind.md ├── digit-char-p.md ├── digit-char.md ├── directory-namestring.md ├── directory.md ├── disassemble.md ├── divide.md ├── division-by-zero.md ├── do-all-symbols.md ├── do-asterix.md ├── do-external-symbols.md ├── do-symbols.md ├── do.md ├── documentation.md ├── doing.md ├── dolist.md ├── dotimes.md ├── double-float-epsilon.md ├── double-float-negative-epsilon.md ├── double-float.md ├── downfrom.md ├── downto.md ├── dpb.md ├── dribble.md ├── dynamic-extent.md ├── each.md ├── earmuff-break-on-signals.md ├── earmuff-compile-file-pathname.md ├── earmuff-compile-file-truename.md ├── earmuff-compile-print.md ├── earmuff-compile-verbose.md ├── earmuff-debug-io.md ├── earmuff-debugger-hook.md ├── earmuff-default-pathname-defaults.md ├── earmuff-error-output.md ├── earmuff-features.md ├── earmuff-gensym-counter.md ├── earmuff-load-pathname.md ├── earmuff-load-print.md ├── earmuff-load-truename.md ├── earmuff-load-verbose.md ├── earmuff-macroexpand-hook.md ├── earmuff-modules.md ├── earmuff-package.md ├── earmuff-print-array.md ├── earmuff-print-base.md ├── earmuff-print-case.md ├── earmuff-print-circle.md ├── earmuff-print-escape.md ├── earmuff-print-gensym.md ├── earmuff-print-length.md ├── earmuff-print-level.md ├── earmuff-print-lines.md ├── earmuff-print-miser-width.md ├── earmuff-print-pprint-dispatch.md ├── earmuff-print-pretty.md ├── earmuff-print-radix.md ├── earmuff-print-readably.md ├── earmuff-print-right-margin.md ├── earmuff-query-io.md ├── earmuff-random-state.md ├── earmuff-read-base.md ├── earmuff-read-default-float-format.md ├── earmuff-read-eval.md ├── earmuff-read-suppress.md ├── earmuff-readtable.md ├── earmuff-standard-input.md ├── earmuff-standard-output.md ├── earmuff-terminal-io.md ├── earmuff-trace-output.md ├── ecase.md ├── echo-stream-input-stream.md ├── echo-stream-output-stream.md ├── echo-stream.md ├── ed.md ├── eighth.md ├── else.md ├── elt.md ├── encode-universal-time.md ├── end-of-file.md ├── end.md ├── endp.md ├── enough-namestring.md ├── ensure-directories-exist.md ├── ensure-generic-function.md ├── eq.md ├── eql.md ├── equal.md ├── equalp.md ├── error.md ├── etypecase.md ├── eval-when.md ├── eval.md ├── evenp.md ├── every.md ├── exp.md ├── export.md ├── expt.md ├── extended-char.md ├── external-symbol.md ├── external-symbols.md ├── fboundp.md ├── fceiling.md ├── fdefinition.md ├── ffloor.md ├── fifth.md ├── file-author.md ├── file-error-pathname.md ├── file-error.md ├── file-length.md ├── file-namestring.md ├── file-position.md ├── file-stream.md ├── file-string-length.md ├── file-write-date.md ├── fill-pointer.md ├── fill.md ├── finally.md ├── find-all-symbols.md ├── find-class.md ├── find-if-not.md ├── find-if.md ├── find-method.md ├── find-package.md ├── find-restart.md ├── find-symbol.md ├── find.md ├── finish-output.md ├── first.md ├── fixnum.md ├── flet.md ├── float-digits.md ├── float-precision.md ├── float-radix.md ├── float-sign.md ├── float.md ├── floating-point-inexact.md ├── floating-point-invalid-operation.md ├── floating-point-overflow.md ├── floating-point-underflow.md ├── floatp.md ├── floor.md ├── fmakunbound.md ├── for.md ├── force-output.md ├── format.md ├── formatter.md ├── fourth.md ├── fresh-line.md ├── from.md ├── fround.md ├── ftruncate.md ├── ftype.md ├── funcall.md ├── function-append.md ├── function-keywords.md ├── function-lambda-expression.md ├── function-list.md ├── function-min.md ├── function.md ├── functionp.md ├── gcd.md ├── generic-function.md ├── gensym.md ├── gentemp.md ├── get-decoded-time.md ├── get-dispatch-macro-character.md ├── get-internal-real-time.md ├── get-internal-run-time.md ├── get-macro-character.md ├── get-output-stream-string.md ├── get-properties.md ├── get-setf-expansion.md ├── get-universal-time.md ├── get.md ├── getf.md ├── gethash.md ├── go.md ├── graphic-char-p.md ├── handler-bind.md ├── handler-case.md ├── hash-key.md ├── hash-keys.md ├── hash-table-count.md ├── hash-table-p.md ├── hash-table-rehash-size.md ├── hash-table-rehash-threshold.md ├── hash-table-size.md ├── hash-table-test.md ├── hash-table.md ├── hash-value.md ├── hash-values.md ├── host-namestring.md ├── identify.md ├── if.md ├── ignorable.md ├── ignore-errors.md ├── ignore.md ├── imagpart.md ├── import.md ├── in-package.md ├── in.md ├── incf.md ├── initialize-instance.md ├── initially.md ├── inline.md ├── input-stream-p.md ├── inspect.md ├── integer-decode-float.md ├── integer-length.md ├── integer.md ├── integerp.md ├── interactive-stream-p.md ├── intern.md ├── internal-time-units-per-second.md ├── intersection.md ├── into.md ├── invalid-method-error.md ├── invoke-debugger.md ├── invoke-restart-interactively.md ├── invoke-restart.md ├── isqrt.md ├── it.md ├── keyword.md ├── keywordp.md ├── labels.md ├── lambda-list-keywords.md ├── lambda-parameters-limit.md ├── lambda.md ├── last.md ├── lcm.md ├── ldb-test.md ├── ldb.md ├── ldiff.md ├── least-negative-double-float.md ├── least-negative-long-float.md ├── least-negative-normalized-double-float.md ├── least-negative-normalized-long-float.md ├── least-negative-normalized-short-float.md ├── least-negative-normalized-single-float.md ├── least-negative-short-float.md ├── least-negative-single-float.md ├── least-positive-double-float.md ├── least-positive-long-float.md ├── least-positive-normalized-double-float.md ├── least-positive-normalized-long-float.md ├── least-positive-normalized-short-float.md ├── least-positive-normalized-single-float.md ├── least-positive-short-float.md ├── least-positive-single-float.md ├── length.md ├── let-asterix.md ├── let.md ├── lisp-implementation-type.md ├── lisp-implementation-version.md ├── list-all-packages.md ├── list-asterix.md ├── list-length.md ├── listen.md ├── listp.md ├── literal-asterix.md ├── literal-backtick.md ├── literal-close-parens.md ├── literal-colon.md ├── literal-comma-at.md ├── literal-comma-dot.md ├── literal-comma.md ├── literal-dot.md ├── literal-double-asterix.md ├── literal-double-colon.md ├── literal-double-hash.md ├── literal-double-plus-sign.md ├── literal-double-quote.md ├── literal-double-slash.md ├── literal-equal.md ├── literal-gt-equal.md ├── literal-gt.md ├── literal-hash-a.md ├── literal-hash-asterix.md ├── literal-hash-b.md ├── literal-hash-backslash.md ├── literal-hash-bar.md ├── literal-hash-c-parens.md ├── literal-hash-colon.md ├── literal-hash-dot.md ├── literal-hash-equal.md ├── literal-hash-lt.md ├── literal-hash-minus-sign.md ├── literal-hash-o.md ├── literal-hash-p.md ├── literal-hash-parens.md ├── literal-hash-plus-sign.md ├── literal-hash-quote.md ├── literal-hash-r.md ├── literal-hash-s-parens.md ├── literal-hash-x.md ├── literal-hash.md ├── literal-hbars.md ├── literal-lt-equal.md ├── literal-lt.md ├── literal-minus-sign.md ├── literal-one-minus.md ├── literal-one-plus.md ├── literal-open-parens.md ├── literal-parens.md ├── literal-plus-sign.md ├── literal-semicolon.md ├── literal-single-quote.md ├── literal-slash.md ├── literal-t.md ├── literal-triple-asterix.md ├── literal-triple-plus-sign.md ├── literal-triple-slash.md ├── load-logical-pathname-translations.md ├── load-time-value.md ├── load.md ├── locally.md ├── log.md ├── logand.md ├── logandc1.md ├── logandc2.md ├── logbitp.md ├── logcount.md ├── logeqv.md ├── logical-pathname-translations.md ├── logical-pathname.md ├── logior.md ├── lognand.md ├── lognor.md ├── lognot.md ├── logorc1.md ├── logorc2.md ├── logtest.md ├── logxor.md ├── long-float-epsilon.md ├── long-float-negative-epsilon.md ├── long-float.md ├── long-site-name.md ├── loop-finish.md ├── loop-keyword-and.md ├── loop-keyword-append.md ├── loop-keyword-count.md ├── loop-keyword-do.md ├── loop-keyword-fixnum.md ├── loop-keyword-float.md ├── loop-keyword-if.md ├── loop-keyword-literal-equal.md ├── loop-keyword-nconc.md ├── loop-keyword-return.md ├── loop-keyword-symbol.md ├── loop-keyword-the.md ├── loop-keyword-unless.md ├── loop-keyword-when.md ├── loop.md ├── lower-case-p.md ├── machine-instance.md ├── machine-type.md ├── machine-version.md ├── macro-and.md ├── macro-function.md ├── macroexpand-once.md ├── macroexpand.md ├── macrolet.md ├── make-array.md ├── make-broadcast-stream.md ├── make-concatenated-stream.md ├── make-condition.md ├── make-dispatch-macro-character.md ├── make-echo-stream.md ├── make-hash-table.md ├── make-instance.md ├── make-instances-obsolete.md ├── make-list.md ├── make-load-form-saving-slots.md ├── make-load-form.md ├── make-method.md ├── make-package.md ├── make-pathname.md ├── make-random-state.md ├── make-sequence.md ├── make-string-input-stream.md ├── make-string-output-stream.md ├── make-string.md ├── make-symbol.md ├── make-synonym-stream.md ├── make-two-way-stream.md ├── makunbound.md ├── map-into.md ├── map.md ├── mapc.md ├── mapcan.md ├── mapcar.md ├── mapcon.md ├── maphash.md ├── mapl.md ├── maplist.md ├── mask-field.md ├── max.md ├── maximize.md ├── maximizing.md ├── member-if-not.md ├── member-if.md ├── member.md ├── merge-pathnames.md ├── merge.md ├── method-combination-error.md ├── method-combination.md ├── method-qualifiers.md ├── method.md ├── minimize.md ├── minimizing.md ├── minus.md ├── minusp.md ├── mismatch.md ├── mod.md ├── most-negative-double-float.md ├── most-negative-fixnum.md ├── most-negative-long-float.md ├── most-negative-short-float.md ├── most-negative-single-float.md ├── most-positive-double-float.md ├── most-positive-fixnum.md ├── most-positive-long-float.md ├── most-positive-short-float.md ├── most-positive-single-float.md ├── muffle-warning.md ├── multiple-value-bind.md ├── multiple-value-call.md ├── multiple-value-list.md ├── multiple-value-prog1.md ├── multiple-value-setq.md ├── multiple-values-limit.md ├── multiply.md ├── name-char.md ├── named.md ├── namestring.md ├── nbutlast.md ├── nconc.md ├── nconcing.md ├── never.md ├── next-method-p.md ├── nil.md ├── nintersection.md ├── ninth.md ├── no-applicable-method.md ├── no-next-method.md ├── not-equal.md ├── not.md ├── notany.md ├── notevery.md ├── notinline.md ├── nreconc.md ├── nreverse.md ├── nset-difference.md ├── nset-exclusive-or.md ├── nstring-capitalize.md ├── nstring-downcase.md ├── nstring-upcase.md ├── nsublis.md ├── nsubst-if-not.md ├── nsubst-if.md ├── nsubst.md ├── nsubstitute-if-not.md ├── nsubstitute-if.md ├── nsubstitute.md ├── nth-value.md ├── nth.md ├── nthcdr.md ├── null.md ├── number.md ├── numberp.md ├── numerator.md ├── nunion.md ├── oddp.md ├── of-type.md ├── of.md ├── on.md ├── open-stream-p.md ├── open.md ├── optimize.md ├── or.md ├── otherwise.md ├── output-stream-p.md ├── package-error-package.md ├── package-error.md ├── package-name.md ├── package-nicknames.md ├── package-shadowing-symbols.md ├── package-use-list.md ├── package-used-by-list.md ├── package.md ├── packagep.md ├── pairlis.md ├── parse-error.md ├── parse-integer.md ├── parse-namestring.md ├── pathname-device.md ├── pathname-directory.md ├── pathname-host.md ├── pathname-match-p.md ├── pathname-name.md ├── pathname-type.md ├── pathname-version.md ├── pathname.md ├── pathnamep.md ├── peek-char.md ├── phase.md ├── pi.md ├── plusp.md ├── pop.md ├── position-if-not.md ├── position-if.md ├── position.md ├── pprint-dispatch.md ├── pprint-exit-if-list-exhausted.md ├── pprint-fill.md ├── pprint-indent.md ├── pprint-linear.md ├── pprint-logical-block.md ├── pprint-newline.md ├── pprint-pop.md ├── pprint-tab.md ├── pprint-tabular.md ├── pprint.md ├── present-symbol.md ├── present-symbols.md ├── prin1-to-string.md ├── prin1.md ├── princ-to-string.md ├── princ.md ├── print-not-readable-object.md ├── print-not-readable.md ├── print-object.md ├── print-unreadable-object.md ├── print.md ├── probe-file.md ├── proclaim.md ├── prog-asterix.md ├── prog.md ├── prog1.md ├── prog2.md ├── progn.md ├── program-error.md ├── progv.md ├── provide.md ├── psetf.md ├── psetq.md ├── push.md ├── pushnew.md ├── quote.md ├── random-state-p.md ├── random-state.md ├── random.md ├── rassoc-if-not.md ├── rassoc-if.md ├── rassoc.md ├── ratio-slash.md ├── ratio.md ├── rational.md ├── rationalize.md ├── rationalp.md ├── read-byte.md ├── read-char-no-hang.md ├── read-char.md ├── read-delimited-list.md ├── read-from-string.md ├── read-line.md ├── read-preserving-whitespace.md ├── read-sequence.md ├── read.md ├── reader-error.md ├── readtable-case.md ├── readtable.md ├── readtablep.md ├── real.md ├── realp.md ├── realpart.md ├── reduce.md ├── reinitialize-instance.md ├── rem.md ├── remf.md ├── remhash.md ├── remove-duplicates.md ├── remove-if-not.md ├── remove-if.md ├── remove-method.md ├── remove.md ├── remprop.md ├── rename-file.md ├── rename-package.md ├── repeat.md ├── replace.md ├── require.md ├── rest.md ├── restart-bind.md ├── restart-case.md ├── restart-name.md ├── restart.md ├── return-from.md ├── return.md ├── revappend.md ├── reverse.md ├── room.md ├── rotatef.md ├── round.md ├── row-major-aref.md ├── rplaca.md ├── rplacd.md ├── safety.md ├── satisfies.md ├── sbit.md ├── scale-float.md ├── schar.md ├── search.md ├── second.md ├── sequence.md ├── serious-condition.md ├── set-difference.md ├── set-dispatch-macro-character.md ├── set-exclusive-or.md ├── set-macro-character.md ├── set-pprint-dispatch.md ├── set-syntax-from-char.md ├── set.md ├── setf.md ├── setq.md ├── seventh.md ├── shadow.md ├── shadowing-import.md ├── shared-initialize.md ├── shiftf.md ├── short-float-epsilon.md ├── short-float-negative-epsilon.md ├── short-float.md ├── short-site-name.md ├── signal.md ├── signed-byte.md ├── signum.md ├── simple-array.md ├── simple-base-string.md ├── simple-bit-vector-p.md ├── simple-bit-vector.md ├── simple-condition-format-arguments.md ├── simple-condition-format-control.md ├── simple-condition.md ├── simple-error.md ├── simple-string-p.md ├── simple-string.md ├── simple-type-error.md ├── simple-vector-p.md ├── simple-vector.md ├── simple-warning.md ├── sin.md ├── single-float-epsilon.md ├── single-float-negative-epsilon.md ├── single-float.md ├── sinh.md ├── sixth.md ├── sleep.md ├── slot-boundp.md ├── slot-exists-p.md ├── slot-makunbound.md ├── slot-missing.md ├── slot-unbound.md ├── slot-value.md ├── software-type.md ├── software-version.md ├── some.md ├── sort.md ├── space.md ├── special-operator-p.md ├── special.md ├── speed.md ├── sqrt.md ├── stable-sort.md ├── standard-char-p.md ├── standard-char.md ├── standard-class.md ├── standard-generic-function.md ├── standard-method.md ├── standard-object.md ├── standard.md ├── step.md ├── storage-condition.md ├── store-value.md ├── stream-element-type.md ├── stream-error-stream.md ├── stream-error.md ├── stream-external-format.md ├── stream.md ├── streamp.md ├── string-capitalize.md ├── string-downcase.md ├── string-equal.md ├── string-greaterp.md ├── string-left-trim.md ├── string-lessp.md ├── string-literal-equal.md ├── string-literal-gt-equal.md ├── string-literal-gt.md ├── string-literal-lt-equal.md ├── string-literal-lt.md ├── string-literal-not-equal.md ├── string-not-equal.md ├── string-not-greaterp.md ├── string-not-lessp.md ├── string-right-trim.md ├── string-stream.md ├── string-trim.md ├── string-upcase.md ├── string.md ├── stringp.md ├── structure-class.md ├── structure-object.md ├── structure.md ├── style-warning.md ├── sublis.md ├── subseq.md ├── subsetp.md ├── subst-if-not.md ├── subst-if.md ├── subst.md ├── substitute-if-not.md ├── substitute-if.md ├── substitute.md ├── subtypep.md ├── sum.md ├── summing.md ├── svref.md ├── sxhash.md ├── symbol-function.md ├── symbol-macrolet.md ├── symbol-name.md ├── symbol-package.md ├── symbol-plist.md ├── symbol-value.md ├── symbol.md ├── symbolp.md ├── symbols.md ├── synonym-stream-symbol.md ├── synonym-stream.md ├── tagbody.md ├── tailp.md ├── tan.md ├── tanh.md ├── template.md ├── tenth.md ├── terpri.md ├── the.md ├── then.md ├── thereis.md ├── third.md ├── throw.md ├── tilde-a.md ├── tilde-ampersand.md ├── tilde-asterix.md ├── tilde-b.md ├── tilde-bar.md ├── tilde-c.md ├── tilde-circumflex.md ├── tilde-curly-braces.md ├── tilde-d.md ├── tilde-dollar-sign.md ├── tilde-e.md ├── tilde-f.md ├── tilde-g.md ├── tilde-i.md ├── tilde-lt-to-tilde-colon-gt.md ├── tilde-lt-to-tilde-gt.md ├── tilde-newline.md ├── tilde-o.md ├── tilde-p.md ├── tilde-parens.md ├── tilde-percent-sign.md ├── tilde-question-mark.md ├── tilde-r.md ├── tilde-s.md ├── tilde-semicolon.md ├── tilde-slashes.md ├── tilde-square-bracket.md ├── tilde-t.md ├── tilde-tilde.md ├── tilde-underscore.md ├── tilde-w.md ├── tilde-x.md ├── time.md ├── to.md ├── trace.md ├── translate-logical-pathname.md ├── translate-pathname.md ├── tree-equal.md ├── truename.md ├── truncate.md ├── two-way-stream-input-stream.md ├── two-way-stream-output-stream.md ├── two-way-stream.md ├── type-error-datum.md ├── type-error-expected-type.md ├── type-error.md ├── type-of.md ├── type.md ├── typecase.md ├── typep.md ├── unbound-slot-instance.md ├── unbound-slot.md ├── unbound-variable.md ├── undefined-function.md ├── unexport.md ├── unintern.md ├── union.md ├── unless.md ├── unread-char.md ├── unsigned-byte.md ├── until.md ├── untrace.md ├── unuse-package.md ├── unwind-protect.md ├── update-instance-for-different-class.md ├── update-instance-for-redefined-class.md ├── upfrom.md ├── upgraded-array-element-type.md ├── upgraded-complex-part-type.md ├── upper-case-p.md ├── upto.md ├── use-package.md ├── use-value.md ├── user-homedir-pathname.md ├── using.md ├── values-list.md ├── values.md ├── variable.md ├── vector-pop.md ├── vector-push-extend.md ├── vector-push.md ├── vector.md ├── vectorp.md ├── warn.md ├── warning.md ├── when.md ├── while.md ├── wild-pathname-p.md ├── with-accessors.md ├── with-compilation-unit.md ├── with-condition-restarts.md ├── with-hash-table-iterator.md ├── with-input-from-string.md ├── with-open-file.md ├── with-open-stream.md ├── with-output-to-string.md ├── with-package-iterator.md ├── with-simple-restart.md ├── with-slots.md ├── with-standard-io-syntax.md ├── with.md ├── write-byte.md ├── write-char.md ├── write-line.md ├── write-sequence.md ├── write-string.md ├── write-to-string.md ├── write.md ├── y-or-n-p.md ├── yes-or-no-p.md └── zerop.md ├── resources ├── donations.md ├── get-lisp.md └── index.md ├── run-llthw.lisp ├── scripts.lisp ├── splash-example.md ├── splash-faq.md ├── static ├── css │ ├── llthw.css │ └── select2-bootstrap.css ├── img │ ├── btcqr.png │ ├── fractal-banner.png │ ├── fractal-splash.png │ ├── ltcqr.png │ └── pattern.png └── js │ ├── jqconsole.min.js │ ├── jquery.js │ ├── jscl.js │ ├── llthw.js │ └── select2-3.5.0 │ ├── LICENSE │ ├── README.md │ ├── bower.json │ ├── component.json │ ├── composer.json │ ├── package.json │ ├── release.sh │ ├── select2-bootstrap.css │ ├── select2-spinner.gif │ ├── select2.css │ ├── select2.jquery.json │ ├── select2.js │ ├── select2.min.js │ ├── select2.png │ ├── select2_locale_ar.js │ ├── select2_locale_az.js │ ├── select2_locale_bg.js │ ├── select2_locale_ca.js │ ├── select2_locale_cs.js │ ├── select2_locale_da.js │ ├── select2_locale_de.js │ ├── select2_locale_el.js │ ├── select2_locale_en.js.template │ ├── select2_locale_es.js │ ├── select2_locale_et.js │ ├── select2_locale_eu.js │ ├── select2_locale_fa.js │ ├── select2_locale_fi.js │ ├── select2_locale_fr.js │ ├── select2_locale_gl.js │ ├── select2_locale_he.js │ ├── select2_locale_hr.js │ ├── select2_locale_hu.js │ ├── select2_locale_id.js │ ├── select2_locale_is.js │ ├── select2_locale_it.js │ ├── select2_locale_ja.js │ ├── select2_locale_ka.js │ ├── select2_locale_ko.js │ ├── select2_locale_lt.js │ ├── select2_locale_lv.js │ ├── select2_locale_mk.js │ ├── select2_locale_ms.js │ ├── select2_locale_nl.js │ ├── select2_locale_no.js │ ├── select2_locale_pl.js │ ├── select2_locale_pt-BR.js │ ├── select2_locale_pt-PT.js │ ├── select2_locale_ro.js │ ├── select2_locale_rs.js │ ├── select2_locale_ru.js │ ├── select2_locale_sk.js │ ├── select2_locale_sv.js │ ├── select2_locale_th.js │ ├── select2_locale_tr.js │ ├── select2_locale_uk.js │ ├── select2_locale_vi.js │ ├── select2_locale_zh-CN.js │ ├── select2_locale_zh-TW.js │ └── select2x2.png ├── templates.lisp ├── try-lisp ├── end.md ├── index.md ├── math.md └── print.md └── utils.lisp /container/Dockerfile: -------------------------------------------------------------------------------- 1 | FROM blackbrane/common-lisp:latest 2 | MAINTAINER Black Brane Systems Inc. 3 | -------------------------------------------------------------------------------- /llthw.sh: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | cd ~/quicklisp/local-projects/llthw/ 3 | screen -dmS llthw rlwrap sbcl --load run-llthw.lisp 4 | -------------------------------------------------------------------------------- /reference/always.md: -------------------------------------------------------------------------------- 1 | ### loop-keyword `always` 2 | 3 | Syntax: 4 | 5 | `always` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/ampersand-aux.md: -------------------------------------------------------------------------------- 1 | ### constant `&aux` 2 | 3 | Syntax: 4 | 5 | `&aux` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/ampersand-body.md: -------------------------------------------------------------------------------- 1 | ### constant `&body` 2 | 3 | Syntax: 4 | 5 | `&body` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/ampersand-key.md: -------------------------------------------------------------------------------- 1 | ### constant `&key` 2 | 3 | Syntax: 4 | 5 | `&key` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/ampersand-rest.md: -------------------------------------------------------------------------------- 1 | ### constant `&rest` 2 | 3 | Syntax: 4 | 5 | `&rest` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/ampersand-whole.md: -------------------------------------------------------------------------------- 1 | ### constant `&whole` 2 | 3 | Syntax: 4 | 5 | `&whole` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/apply.md: -------------------------------------------------------------------------------- 1 | ### function `apply` 2 | 3 | Syntax: 4 | 5 | `apply` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/apropos.md: -------------------------------------------------------------------------------- 1 | ### function `apropos` 2 | 3 | Syntax: 4 | 5 | `apropos` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/aref.md: -------------------------------------------------------------------------------- 1 | ### function `aref` 2 | 3 | Syntax: 4 | 5 | `aref` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/array.md: -------------------------------------------------------------------------------- 1 | ### type-specifier `array` 2 | 3 | Syntax: 4 | 5 | `array` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/arrayp.md: -------------------------------------------------------------------------------- 1 | ### function `arrayp` 2 | 3 | Syntax: 4 | 5 | `arrayp` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/as.md: -------------------------------------------------------------------------------- 1 | ### loop-keyword `as` 2 | 3 | Syntax: 4 | 5 | `as` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/ash.md: -------------------------------------------------------------------------------- 1 | ### function `ash` 2 | 3 | Syntax: 4 | 5 | `ash` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/asin.md: -------------------------------------------------------------------------------- 1 | ### function `asin` 2 | 3 | Syntax: 4 | 5 | `asin` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/asinh.md: -------------------------------------------------------------------------------- 1 | ### function `asinh` 2 | 3 | Syntax: 4 | 5 | `asinh` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/assert.md: -------------------------------------------------------------------------------- 1 | ### macro `assert` 2 | 3 | Syntax: 4 | 5 | `assert` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/assoc-if.md: -------------------------------------------------------------------------------- 1 | ### function `assoc-if` 2 | 3 | Syntax: 4 | 5 | `assoc-if` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/assoc.md: -------------------------------------------------------------------------------- 1 | ### function `assoc` 2 | 3 | Syntax: 4 | 5 | `assoc` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/atan.md: -------------------------------------------------------------------------------- 1 | ### function `atan` 2 | 3 | Syntax: 4 | 5 | `atan` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/atanh.md: -------------------------------------------------------------------------------- 1 | ### function `atanh` 2 | 3 | Syntax: 4 | 5 | `atanh` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/atom.md: -------------------------------------------------------------------------------- 1 | ### function `atom` 2 | 3 | Syntax: 4 | 5 | `atom` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/being.md: -------------------------------------------------------------------------------- 1 | ### loop-keyword `being` 2 | 3 | Syntax: 4 | 5 | `being` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/below.md: -------------------------------------------------------------------------------- 1 | ### loop-keyword `below` 2 | 3 | Syntax: 4 | 5 | `below` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/bignum.md: -------------------------------------------------------------------------------- 1 | ### type-specifier `bignum` 2 | 3 | Syntax: 4 | 5 | `bignum` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/bit-and.md: -------------------------------------------------------------------------------- 1 | ### function `bit-and` 2 | 3 | Syntax: 4 | 5 | `bit-and` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/bit-andc1.md: -------------------------------------------------------------------------------- 1 | ### function `bit-andc1` 2 | 3 | Syntax: 4 | 5 | `bit-andc1` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/bit-andc2.md: -------------------------------------------------------------------------------- 1 | ### function `bit-andc2` 2 | 3 | Syntax: 4 | 5 | `bit-andc2` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/bit-eqv.md: -------------------------------------------------------------------------------- 1 | ### function `bit-eqv` 2 | 3 | Syntax: 4 | 5 | `bit-eqv` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/bit-ior.md: -------------------------------------------------------------------------------- 1 | ### function `bit-ior` 2 | 3 | Syntax: 4 | 5 | `bit-ior` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/bit-nand.md: -------------------------------------------------------------------------------- 1 | ### function `bit-nand` 2 | 3 | Syntax: 4 | 5 | `bit-nand` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/bit-nor.md: -------------------------------------------------------------------------------- 1 | ### function `bit-nor` 2 | 3 | Syntax: 4 | 5 | `bit-nor` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/bit-not.md: -------------------------------------------------------------------------------- 1 | ### function `bit-not` 2 | 3 | Syntax: 4 | 5 | `bit-not` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/bit-orc1.md: -------------------------------------------------------------------------------- 1 | ### function `bit-orc1` 2 | 3 | Syntax: 4 | 5 | `bit-orc1` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/bit-orc2.md: -------------------------------------------------------------------------------- 1 | ### function `bit-orc2` 2 | 3 | Syntax: 4 | 5 | `bit-orc2` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/bit-xor.md: -------------------------------------------------------------------------------- 1 | ### function `bit-xor` 2 | 3 | Syntax: 4 | 5 | `bit-xor` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/bit.md: -------------------------------------------------------------------------------- 1 | ### function `bit` 2 | 3 | Syntax: 4 | 5 | `bit` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/block.md: -------------------------------------------------------------------------------- 1 | ### special `block` 2 | 3 | Syntax: 4 | 5 | `block` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/boole-1.md: -------------------------------------------------------------------------------- 1 | ### constant `boole-1` 2 | 3 | Syntax: 4 | 5 | `boole-1` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/boole-2.md: -------------------------------------------------------------------------------- 1 | ### constant `boole-2` 2 | 3 | Syntax: 4 | 5 | `boole-2` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/boole-and.md: -------------------------------------------------------------------------------- 1 | ### constant `boole-and` 2 | 3 | Syntax: 4 | 5 | `boole-and` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/boole-c1.md: -------------------------------------------------------------------------------- 1 | ### constant `boole-c1` 2 | 3 | Syntax: 4 | 5 | `boole-c1` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/boole-c2.md: -------------------------------------------------------------------------------- 1 | ### constant `boole-c2` 2 | 3 | Syntax: 4 | 5 | `boole-c2` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/boole-clr.md: -------------------------------------------------------------------------------- 1 | ### constant `boole-clr` 2 | 3 | Syntax: 4 | 5 | `boole-clr` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/boole-eqv.md: -------------------------------------------------------------------------------- 1 | ### constant `boole-eqv` 2 | 3 | Syntax: 4 | 5 | `boole-eqv` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/boole-ior.md: -------------------------------------------------------------------------------- 1 | ### constant `boole-ior` 2 | 3 | Syntax: 4 | 5 | `boole-ior` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/boole-nor.md: -------------------------------------------------------------------------------- 1 | ### constant `boole-nor` 2 | 3 | Syntax: 4 | 5 | `boole-nor` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/boole-set.md: -------------------------------------------------------------------------------- 1 | ### constant `boole-set` 2 | 3 | Syntax: 4 | 5 | `boole-set` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/boole-xor.md: -------------------------------------------------------------------------------- 1 | ### constant `boole-xor` 2 | 3 | Syntax: 4 | 5 | `boole-xor` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/boole.md: -------------------------------------------------------------------------------- 1 | ### function `boole` 2 | 3 | Syntax: 4 | 5 | `boole` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/boolean.md: -------------------------------------------------------------------------------- 1 | ### type-specifier `boolean` 2 | 3 | Syntax: 4 | 5 | `boolean` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/boundp.md: -------------------------------------------------------------------------------- 1 | ### function `boundp` 2 | 3 | Syntax: 4 | 5 | `boundp` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/break.md: -------------------------------------------------------------------------------- 1 | ### function `break` 2 | 3 | Syntax: 4 | 5 | `break` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/butlast.md: -------------------------------------------------------------------------------- 1 | ### function `butlast` 2 | 3 | Syntax: 4 | 5 | `butlast` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/by.md: -------------------------------------------------------------------------------- 1 | ### loop-keyword `by` 2 | 3 | Syntax: 4 | 5 | `by` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/byte-size.md: -------------------------------------------------------------------------------- 1 | ### function `byte-size` 2 | 3 | Syntax: 4 | 5 | `byte-size` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/byte.md: -------------------------------------------------------------------------------- 1 | ### function `byte` 2 | 3 | Syntax: 4 | 5 | `byte` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/c-x-r.md: -------------------------------------------------------------------------------- 1 | ### function `c*r` 2 | 3 | Syntax: 4 | 5 | `c*r` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/car.md: -------------------------------------------------------------------------------- 1 | ### function `car` 2 | 3 | Syntax: 4 | 5 | `car` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/case.md: -------------------------------------------------------------------------------- 1 | ### macro `case` 2 | 3 | Syntax: 4 | 5 | `case` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/catch.md: -------------------------------------------------------------------------------- 1 | ### special `catch` 2 | 3 | Syntax: 4 | 5 | `catch` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/ccase.md: -------------------------------------------------------------------------------- 1 | ### macro `ccase` 2 | 3 | Syntax: 4 | 5 | `ccase` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/cdr.md: -------------------------------------------------------------------------------- 1 | ### function `cdr` 2 | 3 | Syntax: 4 | 5 | `cdr` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/ceiling.md: -------------------------------------------------------------------------------- 1 | ### function `ceiling` 2 | 3 | Syntax: 4 | 5 | `ceiling` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/cerror.md: -------------------------------------------------------------------------------- 1 | ### function `cerror` 2 | 3 | Syntax: 4 | 5 | `cerror` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/char-code.md: -------------------------------------------------------------------------------- 1 | ### function `char-code` 2 | 3 | Syntax: 4 | 5 | `char-code` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/char-int.md: -------------------------------------------------------------------------------- 1 | ### function `char-int` 2 | 3 | Syntax: 4 | 5 | `char-int` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/char-literal-gt.md: -------------------------------------------------------------------------------- 1 | ### function `char>` 2 | 3 | Syntax: 4 | 5 | `char>` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/char-literal-lt.md: -------------------------------------------------------------------------------- 1 | ### function `char<` 2 | 3 | Syntax: 4 | 5 | `char<` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/char-name.md: -------------------------------------------------------------------------------- 1 | ### function `char-name` 2 | 3 | Syntax: 4 | 5 | `char-name` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/char.md: -------------------------------------------------------------------------------- 1 | ### function `char` 2 | 3 | Syntax: 4 | 5 | `char` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/character.md: -------------------------------------------------------------------------------- 1 | ### function `character` 2 | 3 | Syntax: 4 | 5 | `character` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/check-type.md: -------------------------------------------------------------------------------- 1 | ### macro `check-type` 2 | 3 | Syntax: 4 | 5 | `check-type` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/cis.md: -------------------------------------------------------------------------------- 1 | ### function `cis` 2 | 3 | Syntax: 4 | 5 | `cis` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/class-of.md: -------------------------------------------------------------------------------- 1 | ### function `class-of` 2 | 3 | Syntax: 4 | 5 | `class-of` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/class.md: -------------------------------------------------------------------------------- 1 | ### type-specifier `class` 2 | 3 | Syntax: 4 | 5 | `class` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/close.md: -------------------------------------------------------------------------------- 1 | ### function `close` 2 | 3 | Syntax: 4 | 5 | `close` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/clrhash.md: -------------------------------------------------------------------------------- 1 | ### function `clrhash` 2 | 3 | Syntax: 4 | 5 | `clrhash` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/code-char.md: -------------------------------------------------------------------------------- 1 | ### function `code-char` 2 | 3 | Syntax: 4 | 5 | `code-char` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/coerce.md: -------------------------------------------------------------------------------- 1 | ### function `coerce` 2 | 3 | Syntax: 4 | 5 | `coerce` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/collect.md: -------------------------------------------------------------------------------- 1 | ### loop-keyword `collect` 2 | 3 | Syntax: 4 | 5 | `collect` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/compile.md: -------------------------------------------------------------------------------- 1 | ### function `compile` 2 | 3 | Syntax: 4 | 5 | `compile` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/complex.md: -------------------------------------------------------------------------------- 1 | ### function `complex` 2 | 3 | Syntax: 4 | 5 | `complex` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/complexp.md: -------------------------------------------------------------------------------- 1 | ### function `complexp` 2 | 3 | Syntax: 4 | 5 | `complexp` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/cond.md: -------------------------------------------------------------------------------- 1 | ### macro `cond` 2 | 3 | Syntax: 4 | 5 | `cond` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/conjugate.md: -------------------------------------------------------------------------------- 1 | ### function `conjugate` 2 | 3 | Syntax: 4 | 5 | `conjugate` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/cons.md: -------------------------------------------------------------------------------- 1 | ### function `cons` 2 | 3 | Syntax: 4 | 5 | `cons` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/consp.md: -------------------------------------------------------------------------------- 1 | ### function `consp` 2 | 3 | Syntax: 4 | 5 | `consp` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/constantp.md: -------------------------------------------------------------------------------- 1 | ### function `constantp` 2 | 3 | Syntax: 4 | 5 | `constantp` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/continue.md: -------------------------------------------------------------------------------- 1 | ### function `continue` 2 | 3 | Syntax: 4 | 5 | `continue` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/copy-list.md: -------------------------------------------------------------------------------- 1 | ### function `copy-list` 2 | 3 | Syntax: 4 | 5 | `copy-list` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/copy-seq.md: -------------------------------------------------------------------------------- 1 | ### function `copy-seq` 2 | 3 | Syntax: 4 | 5 | `copy-seq` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/copy-tree.md: -------------------------------------------------------------------------------- 1 | ### function `copy-tree` 2 | 3 | Syntax: 4 | 5 | `copy-tree` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/cos.md: -------------------------------------------------------------------------------- 1 | ### function `cos` 2 | 3 | Syntax: 4 | 5 | `cos` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/cosh.md: -------------------------------------------------------------------------------- 1 | ### function `cosh` 2 | 3 | Syntax: 4 | 5 | `cosh` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/count-if.md: -------------------------------------------------------------------------------- 1 | ### function `count-if` 2 | 3 | Syntax: 4 | 5 | `count-if` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/count.md: -------------------------------------------------------------------------------- 1 | ### function `count` 2 | 3 | Syntax: 4 | 5 | `count` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/ctypecase.md: -------------------------------------------------------------------------------- 1 | ### macro `ctypecase` 2 | 3 | Syntax: 4 | 5 | `ctypecase` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/debug.md: -------------------------------------------------------------------------------- 1 | ### declare expression `debug` 2 | 3 | Syntax: 4 | 5 | `debug` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/decf.md: -------------------------------------------------------------------------------- 1 | ### macro `decf` 2 | 3 | Syntax: 4 | 5 | `decf` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/declaim.md: -------------------------------------------------------------------------------- 1 | ### macro `declaim` 2 | 3 | Syntax: 4 | 5 | `declaim` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/defclass.md: -------------------------------------------------------------------------------- 1 | ### macro `defclass` 2 | 3 | Syntax: 4 | 5 | `defclass` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/defgeneric.md: -------------------------------------------------------------------------------- 1 | ### macro `defgeneric` 2 | 3 | Syntax: 4 | 5 | `defgeneric` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/defmacro.md: -------------------------------------------------------------------------------- 1 | ### macro `defmacro` 2 | 3 | Syntax: 4 | 5 | `defmacro` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/defmethod.md: -------------------------------------------------------------------------------- 1 | ### macro `defmethod` 2 | 3 | Syntax: 4 | 5 | `defmethod` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/defpackage.md: -------------------------------------------------------------------------------- 1 | ### macro `defpackage` 2 | 3 | Syntax: 4 | 5 | `defpackage` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/defsetf.md: -------------------------------------------------------------------------------- 1 | ### macro `defsetf` 2 | 3 | Syntax: 4 | 5 | `defsetf` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/defstruct.md: -------------------------------------------------------------------------------- 1 | ### macro `defstruct` 2 | 3 | Syntax: 4 | 5 | `defstruct` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/deftype.md: -------------------------------------------------------------------------------- 1 | ### macro `deftype` 2 | 3 | Syntax: 4 | 5 | `deftype` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/defun.md: -------------------------------------------------------------------------------- 1 | ### macro `defun` 2 | 3 | Syntax: 4 | 5 | `defun` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/defvar.md: -------------------------------------------------------------------------------- 1 | ### macro `defvar` 2 | 3 | Syntax: 4 | 5 | `defvar` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/delete-if.md: -------------------------------------------------------------------------------- 1 | ### function `delete-if` 2 | 3 | Syntax: 4 | 5 | `delete-if` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/delete.md: -------------------------------------------------------------------------------- 1 | ### function `delete` 2 | 3 | Syntax: 4 | 5 | `delete` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/describe.md: -------------------------------------------------------------------------------- 1 | ### function `describe` 2 | 3 | Syntax: 4 | 5 | `describe` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/directory.md: -------------------------------------------------------------------------------- 1 | ### function `directory` 2 | 3 | Syntax: 4 | 5 | `directory` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/divide.md: -------------------------------------------------------------------------------- 1 | ### function `/` 2 | 3 | Syntax: 4 | 5 | `/` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/do-asterix.md: -------------------------------------------------------------------------------- 1 | ### macro `do*` 2 | 3 | Syntax: 4 | 5 | `do*` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/do-symbols.md: -------------------------------------------------------------------------------- 1 | ### macro `do-symbols` 2 | 3 | Syntax: 4 | 5 | `do-symbols` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/do.md: -------------------------------------------------------------------------------- 1 | ### macro `do` 2 | 3 | Syntax: 4 | 5 | `do` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/doing.md: -------------------------------------------------------------------------------- 1 | ### loop-keyword `doing` 2 | 3 | Syntax: 4 | 5 | `doing` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/dolist.md: -------------------------------------------------------------------------------- 1 | ### macro `dolist` 2 | 3 | Syntax: 4 | 5 | `dolist` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/dotimes.md: -------------------------------------------------------------------------------- 1 | ### macro `dotimes` 2 | 3 | Syntax: 4 | 5 | `dotimes` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/downto.md: -------------------------------------------------------------------------------- 1 | ### loop-keyword `downto` 2 | 3 | Syntax: 4 | 5 | `downto` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/dpb.md: -------------------------------------------------------------------------------- 1 | ### function `dpb` 2 | 3 | Syntax: 4 | 5 | `dpb` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/dribble.md: -------------------------------------------------------------------------------- 1 | ### function `dribble` 2 | 3 | Syntax: 4 | 5 | `dribble` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/each.md: -------------------------------------------------------------------------------- 1 | ### loop-keyword `each` 2 | 3 | Syntax: 4 | 5 | `each` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/ecase.md: -------------------------------------------------------------------------------- 1 | ### macro `ecase` 2 | 3 | Syntax: 4 | 5 | `ecase` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/ed.md: -------------------------------------------------------------------------------- 1 | ### function `ed` 2 | 3 | Syntax: 4 | 5 | `ed` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/eighth.md: -------------------------------------------------------------------------------- 1 | ### function `eighth` 2 | 3 | Syntax: 4 | 5 | `eighth` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/else.md: -------------------------------------------------------------------------------- 1 | ### loop-keyword `else` 2 | 3 | Syntax: 4 | 5 | `else` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/elt.md: -------------------------------------------------------------------------------- 1 | ### function `elt` 2 | 3 | Syntax: 4 | 5 | `elt` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/end.md: -------------------------------------------------------------------------------- 1 | ### loop-keyword `end` 2 | 3 | Syntax: 4 | 5 | `end` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/endp.md: -------------------------------------------------------------------------------- 1 | ### function `endp` 2 | 3 | Syntax: 4 | 5 | `endp` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/eq.md: -------------------------------------------------------------------------------- 1 | ### function `eq` 2 | 3 | Syntax: 4 | 5 | `eq` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/eql.md: -------------------------------------------------------------------------------- 1 | ### function `eql` 2 | 3 | Syntax: 4 | 5 | `eql` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/equal.md: -------------------------------------------------------------------------------- 1 | ### function `equal` 2 | 3 | Syntax: 4 | 5 | `equal` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/equalp.md: -------------------------------------------------------------------------------- 1 | ### function `equalp` 2 | 3 | Syntax: 4 | 5 | `equalp` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/error.md: -------------------------------------------------------------------------------- 1 | ### function `error` 2 | 3 | Syntax: 4 | 5 | `error` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/etypecase.md: -------------------------------------------------------------------------------- 1 | ### macro `etypecase` 2 | 3 | Syntax: 4 | 5 | `etypecase` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/eval-when.md: -------------------------------------------------------------------------------- 1 | ### special `eval-when` 2 | 3 | Syntax: 4 | 5 | `eval-when` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/eval.md: -------------------------------------------------------------------------------- 1 | ### function `eval` 2 | 3 | Syntax: 4 | 5 | `eval` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/evenp.md: -------------------------------------------------------------------------------- 1 | ### function `evenp` 2 | 3 | Syntax: 4 | 5 | `evenp` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/every.md: -------------------------------------------------------------------------------- 1 | ### function `every` 2 | 3 | Syntax: 4 | 5 | `every` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/exp.md: -------------------------------------------------------------------------------- 1 | ### function `exp` 2 | 3 | Syntax: 4 | 5 | `exp` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/export.md: -------------------------------------------------------------------------------- 1 | ### function `export` 2 | 3 | Syntax: 4 | 5 | `export` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/expt.md: -------------------------------------------------------------------------------- 1 | ### function `expt` 2 | 3 | Syntax: 4 | 5 | `expt` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/fboundp.md: -------------------------------------------------------------------------------- 1 | ### function `fboundp` 2 | 3 | Syntax: 4 | 5 | `fboundp` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/fceiling.md: -------------------------------------------------------------------------------- 1 | ### function `fceiling` 2 | 3 | Syntax: 4 | 5 | `fceiling` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/ffloor.md: -------------------------------------------------------------------------------- 1 | ### function `ffloor` 2 | 3 | Syntax: 4 | 5 | `ffloor` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/fifth.md: -------------------------------------------------------------------------------- 1 | ### function `fifth` 2 | 3 | Syntax: 4 | 5 | `fifth` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/fill.md: -------------------------------------------------------------------------------- 1 | ### function `fill` 2 | 3 | Syntax: 4 | 5 | `fill` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/finally.md: -------------------------------------------------------------------------------- 1 | ### loop-keyword `finally` 2 | 3 | Syntax: 4 | 5 | `finally` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/find-if.md: -------------------------------------------------------------------------------- 1 | ### function `find-if` 2 | 3 | Syntax: 4 | 5 | `find-if` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/find.md: -------------------------------------------------------------------------------- 1 | ### function `find` 2 | 3 | Syntax: 4 | 5 | `find` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/first.md: -------------------------------------------------------------------------------- 1 | ### function `first` 2 | 3 | Syntax: 4 | 5 | `first` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/fixnum.md: -------------------------------------------------------------------------------- 1 | ### type-specifier `fixnum` 2 | 3 | Syntax: 4 | 5 | `fixnum` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/flet.md: -------------------------------------------------------------------------------- 1 | ### special `flet` 2 | 3 | Syntax: 4 | 5 | `flet` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/float.md: -------------------------------------------------------------------------------- 1 | ### function `float` 2 | 3 | Syntax: 4 | 5 | `float` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/floatp.md: -------------------------------------------------------------------------------- 1 | ### function `floatp` 2 | 3 | Syntax: 4 | 5 | `floatp` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/floor.md: -------------------------------------------------------------------------------- 1 | ### function `floor` 2 | 3 | Syntax: 4 | 5 | `floor` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/for.md: -------------------------------------------------------------------------------- 1 | ### loop-keyword `for` 2 | 3 | Syntax: 4 | 5 | `for` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/format.md: -------------------------------------------------------------------------------- 1 | ### function `format` 2 | 3 | Syntax: 4 | 5 | `format` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/formatter.md: -------------------------------------------------------------------------------- 1 | ### macro `formatter` 2 | 3 | Syntax: 4 | 5 | `formatter` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/fourth.md: -------------------------------------------------------------------------------- 1 | ### function `fourth` 2 | 3 | Syntax: 4 | 5 | `fourth` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/from.md: -------------------------------------------------------------------------------- 1 | ### loop-keyword `from` 2 | 3 | Syntax: 4 | 5 | `from` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/fround.md: -------------------------------------------------------------------------------- 1 | ### function `fround` 2 | 3 | Syntax: 4 | 5 | `fround` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/ftruncate.md: -------------------------------------------------------------------------------- 1 | ### function `ftruncate` 2 | 3 | Syntax: 4 | 5 | `ftruncate` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/ftype.md: -------------------------------------------------------------------------------- 1 | ### declare expression `ftype` 2 | 3 | Syntax: 4 | 5 | `ftype` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/funcall.md: -------------------------------------------------------------------------------- 1 | ### function `funcall` 2 | 3 | Syntax: 4 | 5 | `funcall` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/function-append.md: -------------------------------------------------------------------------------- 1 | ### function `append` 2 | 3 | Syntax: 4 | 5 | `append` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/function-list.md: -------------------------------------------------------------------------------- 1 | ### function `list` 2 | 3 | Syntax: 4 | 5 | `list` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/function-min.md: -------------------------------------------------------------------------------- 1 | ### function `min` 2 | 3 | Syntax: 4 | 5 | `min` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/function.md: -------------------------------------------------------------------------------- 1 | ### special `function` 2 | 3 | Syntax: 4 | 5 | `function` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/functionp.md: -------------------------------------------------------------------------------- 1 | ### function `functionp` 2 | 3 | Syntax: 4 | 5 | `functionp` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/gcd.md: -------------------------------------------------------------------------------- 1 | ### function `gcd` 2 | 3 | Syntax: 4 | 5 | `gcd` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/gensym.md: -------------------------------------------------------------------------------- 1 | ### function `gensym` 2 | 3 | Syntax: 4 | 5 | `gensym` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/gentemp.md: -------------------------------------------------------------------------------- 1 | ### function `gentemp` 2 | 3 | Syntax: 4 | 5 | `gentemp` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/get.md: -------------------------------------------------------------------------------- 1 | ### function `get` 2 | 3 | Syntax: 4 | 5 | `get` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/getf.md: -------------------------------------------------------------------------------- 1 | ### function `getf` 2 | 3 | Syntax: 4 | 5 | `getf` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/gethash.md: -------------------------------------------------------------------------------- 1 | ### function `gethash` 2 | 3 | Syntax: 4 | 5 | `gethash` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/go.md: -------------------------------------------------------------------------------- 1 | ### special `go` 2 | 3 | Syntax: 4 | 5 | `go` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/identify.md: -------------------------------------------------------------------------------- 1 | ### function `identify` 2 | 3 | Syntax: 4 | 5 | `identify` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/if.md: -------------------------------------------------------------------------------- 1 | ### special `if` 2 | 3 | Syntax: 4 | 5 | `if` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/imagpart.md: -------------------------------------------------------------------------------- 1 | ### function `imagpart` 2 | 3 | Syntax: 4 | 5 | `imagpart` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/import.md: -------------------------------------------------------------------------------- 1 | ### function `import` 2 | 3 | Syntax: 4 | 5 | `import` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/in-package.md: -------------------------------------------------------------------------------- 1 | ### macro `in-package` 2 | 3 | Syntax: 4 | 5 | `in-package` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/in.md: -------------------------------------------------------------------------------- 1 | ### loop-keyword `in` 2 | 3 | Syntax: 4 | 5 | `in` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/incf.md: -------------------------------------------------------------------------------- 1 | ### macro `incf` 2 | 3 | Syntax: 4 | 5 | `incf` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/inspect.md: -------------------------------------------------------------------------------- 1 | ### function `inspect` 2 | 3 | Syntax: 4 | 5 | `inspect` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/integer.md: -------------------------------------------------------------------------------- 1 | ### type-specifier `integer` 2 | 3 | Syntax: 4 | 5 | `integer` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/integerp.md: -------------------------------------------------------------------------------- 1 | ### function `integerp` 2 | 3 | Syntax: 4 | 5 | `integerp` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/intern.md: -------------------------------------------------------------------------------- 1 | ### function `intern` 2 | 3 | Syntax: 4 | 5 | `intern` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/into.md: -------------------------------------------------------------------------------- 1 | ### loop-keyword `into` 2 | 3 | Syntax: 4 | 5 | `into` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/isqrt.md: -------------------------------------------------------------------------------- 1 | ### function `isqrt` 2 | 3 | Syntax: 4 | 5 | `isqrt` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/it.md: -------------------------------------------------------------------------------- 1 | ### loop-keyword `it` 2 | 3 | Syntax: 4 | 5 | `it` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/keywordp.md: -------------------------------------------------------------------------------- 1 | ### function `keywordp` 2 | 3 | Syntax: 4 | 5 | `keywordp` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/labels.md: -------------------------------------------------------------------------------- 1 | ### special `labels` 2 | 3 | Syntax: 4 | 5 | `labels` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/lambda.md: -------------------------------------------------------------------------------- 1 | ### macro `lambda` 2 | 3 | Syntax: 4 | 5 | `lambda` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/last.md: -------------------------------------------------------------------------------- 1 | ### function `last` 2 | 3 | Syntax: 4 | 5 | `last` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/lcm.md: -------------------------------------------------------------------------------- 1 | ### function `lcm` 2 | 3 | Syntax: 4 | 5 | `lcm` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/ldb-test.md: -------------------------------------------------------------------------------- 1 | ### function `ldb-test` 2 | 3 | Syntax: 4 | 5 | `ldb-test` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/ldb.md: -------------------------------------------------------------------------------- 1 | ### function `ldb` 2 | 3 | Syntax: 4 | 5 | `ldb` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/ldiff.md: -------------------------------------------------------------------------------- 1 | ### function `ldiff` 2 | 3 | Syntax: 4 | 5 | `ldiff` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/length.md: -------------------------------------------------------------------------------- 1 | ### function `length` 2 | 3 | Syntax: 4 | 5 | `length` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/let-asterix.md: -------------------------------------------------------------------------------- 1 | ### special `let*` 2 | 3 | Syntax: 4 | 5 | `let*` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/let.md: -------------------------------------------------------------------------------- 1 | ### special `let` 2 | 3 | Syntax: 4 | 5 | `let` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/list-asterix.md: -------------------------------------------------------------------------------- 1 | ### function `list*` 2 | 3 | Syntax: 4 | 5 | `list*` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/listen.md: -------------------------------------------------------------------------------- 1 | ### function `listen` 2 | 3 | Syntax: 4 | 5 | `listen` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/listp.md: -------------------------------------------------------------------------------- 1 | ### function `listp` 2 | 3 | Syntax: 4 | 5 | `listp` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/literal-asterix.md: -------------------------------------------------------------------------------- 1 | ### variable `*` 2 | 3 | Syntax: 4 | 5 | `*` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/literal-backtick.md: -------------------------------------------------------------------------------- 1 | ### literal ``` 2 | 3 | Syntax: 4 | 5 | ``` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/literal-close-parens.md: -------------------------------------------------------------------------------- 1 | ### literal `)` 2 | 3 | Syntax: 4 | 5 | `)` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/literal-colon.md: -------------------------------------------------------------------------------- 1 | ### literal `:` 2 | 3 | Syntax: 4 | 5 | `:` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/literal-comma-at.md: -------------------------------------------------------------------------------- 1 | ### literal `,@` 2 | 3 | Syntax: 4 | 5 | `,@` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/literal-comma-dot.md: -------------------------------------------------------------------------------- 1 | ### literal `,.` 2 | 3 | Syntax: 4 | 5 | `,.` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/literal-comma.md: -------------------------------------------------------------------------------- 1 | ### literal `,` 2 | 3 | Syntax: 4 | 5 | `,` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/literal-dot.md: -------------------------------------------------------------------------------- 1 | ### literal `.` 2 | 3 | Syntax: 4 | 5 | `.` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/literal-double-asterix.md: -------------------------------------------------------------------------------- 1 | ### variable `**` 2 | 3 | Syntax: 4 | 5 | `**` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/literal-double-colon.md: -------------------------------------------------------------------------------- 1 | ### literal `::` 2 | 3 | Syntax: 4 | 5 | `::` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/literal-double-hash.md: -------------------------------------------------------------------------------- 1 | ### reader-macro `##` 2 | 3 | Syntax: 4 | 5 | `##` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/literal-double-quote.md: -------------------------------------------------------------------------------- 1 | ### literal `"` 2 | 3 | Syntax: 4 | 5 | `"` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/literal-double-slash.md: -------------------------------------------------------------------------------- 1 | ### variable `//` 2 | 3 | Syntax: 4 | 5 | `//` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/literal-equal.md: -------------------------------------------------------------------------------- 1 | ### function `=` 2 | 3 | Syntax: 4 | 5 | `=` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/literal-gt-equal.md: -------------------------------------------------------------------------------- 1 | ### function `>=` 2 | 3 | Syntax: 4 | 5 | `>=` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/literal-gt.md: -------------------------------------------------------------------------------- 1 | ### function `>` 2 | 3 | Syntax: 4 | 5 | `>` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/literal-hash-a.md: -------------------------------------------------------------------------------- 1 | ### reader-macro `#a` 2 | 3 | Syntax: 4 | 5 | `#a` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/literal-hash-b.md: -------------------------------------------------------------------------------- 1 | ### reader-macro `#b` 2 | 3 | Syntax: 4 | 5 | `#b` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/literal-hash-colon.md: -------------------------------------------------------------------------------- 1 | ### reader-macro `#:` 2 | 3 | Syntax: 4 | 5 | `#:` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/literal-hash-dot.md: -------------------------------------------------------------------------------- 1 | ### reader-macro `#.` 2 | 3 | Syntax: 4 | 5 | `#.` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/literal-hash-equal.md: -------------------------------------------------------------------------------- 1 | ### reader-macro `#=` 2 | 3 | Syntax: 4 | 5 | `#=` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/literal-hash-lt.md: -------------------------------------------------------------------------------- 1 | ### reader-macro `#<` 2 | 3 | Syntax: 4 | 5 | `#<` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/literal-hash-o.md: -------------------------------------------------------------------------------- 1 | ### reader-macro `#o` 2 | 3 | Syntax: 4 | 5 | `#o` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/literal-hash-p.md: -------------------------------------------------------------------------------- 1 | ### reader-macro `#p` 2 | 3 | Syntax: 4 | 5 | `#p` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/literal-hash-quote.md: -------------------------------------------------------------------------------- 1 | ### reader-macro `#'` 2 | 3 | Syntax: 4 | 5 | `#'` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/literal-hash-r.md: -------------------------------------------------------------------------------- 1 | ### reader-macro `#r` 2 | 3 | Syntax: 4 | 5 | `#r` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/literal-hash-x.md: -------------------------------------------------------------------------------- 1 | ### reader-macro `#x` 2 | 3 | Syntax: 4 | 5 | `#x` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/literal-hbars.md: -------------------------------------------------------------------------------- 1 | ### literal `|...|` 2 | 3 | Syntax: 4 | 5 | `|...|` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/literal-lt-equal.md: -------------------------------------------------------------------------------- 1 | ### function `<=` 2 | 3 | Syntax: 4 | 5 | `<=` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/literal-lt.md: -------------------------------------------------------------------------------- 1 | ### function `<` 2 | 3 | Syntax: 4 | 5 | `<` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/literal-minus-sign.md: -------------------------------------------------------------------------------- 1 | ### literal `-` 2 | 3 | Syntax: 4 | 5 | `-` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/literal-one-minus.md: -------------------------------------------------------------------------------- 1 | ### function `1-` 2 | 3 | Syntax: 4 | 5 | `1-` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/literal-one-plus.md: -------------------------------------------------------------------------------- 1 | ### function `1+` 2 | 3 | Syntax: 4 | 5 | `1+` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/literal-open-parens.md: -------------------------------------------------------------------------------- 1 | ### literal `(` 2 | 3 | Syntax: 4 | 5 | `(` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/literal-parens.md: -------------------------------------------------------------------------------- 1 | ### literal `()` 2 | 3 | Syntax: 4 | 5 | `()` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/literal-plus-sign.md: -------------------------------------------------------------------------------- 1 | ### variable `+` 2 | 3 | Syntax: 4 | 5 | `+` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/literal-semicolon.md: -------------------------------------------------------------------------------- 1 | ### literal `;` 2 | 3 | Syntax: 4 | 5 | `;` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/literal-single-quote.md: -------------------------------------------------------------------------------- 1 | ### literal `'` 2 | 3 | Syntax: 4 | 5 | `'` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/literal-slash.md: -------------------------------------------------------------------------------- 1 | ### variable `/` 2 | 3 | Syntax: 4 | 5 | `/` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/literal-t.md: -------------------------------------------------------------------------------- 1 | ### constant `t` 2 | 3 | Syntax: 4 | 5 | `t` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/literal-triple-slash.md: -------------------------------------------------------------------------------- 1 | ### variable `///` 2 | 3 | Syntax: 4 | 5 | `///` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/load.md: -------------------------------------------------------------------------------- 1 | ### function `load` 2 | 3 | Syntax: 4 | 5 | `load` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/locally.md: -------------------------------------------------------------------------------- 1 | ### special `locally` 2 | 3 | Syntax: 4 | 5 | `locally` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/log.md: -------------------------------------------------------------------------------- 1 | ### function `log` 2 | 3 | Syntax: 4 | 5 | `log` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/logand.md: -------------------------------------------------------------------------------- 1 | ### function `logand` 2 | 3 | Syntax: 4 | 5 | `logand` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/logandc1.md: -------------------------------------------------------------------------------- 1 | ### function `logandc1` 2 | 3 | Syntax: 4 | 5 | `logandc1` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/logandc2.md: -------------------------------------------------------------------------------- 1 | ### function `logandc2` 2 | 3 | Syntax: 4 | 5 | `logandc2` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/logbitp.md: -------------------------------------------------------------------------------- 1 | ### function `logbitp` 2 | 3 | Syntax: 4 | 5 | `logbitp` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/logcount.md: -------------------------------------------------------------------------------- 1 | ### function `logcount` 2 | 3 | Syntax: 4 | 5 | `logcount` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/logeqv.md: -------------------------------------------------------------------------------- 1 | ### function `logeqv` 2 | 3 | Syntax: 4 | 5 | `logeqv` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/logior.md: -------------------------------------------------------------------------------- 1 | ### function `logior` 2 | 3 | Syntax: 4 | 5 | `logior` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/lognand.md: -------------------------------------------------------------------------------- 1 | ### function `lognand` 2 | 3 | Syntax: 4 | 5 | `lognand` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/lognor.md: -------------------------------------------------------------------------------- 1 | ### function `lognor` 2 | 3 | Syntax: 4 | 5 | `lognor` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/lognot.md: -------------------------------------------------------------------------------- 1 | ### function `lognot` 2 | 3 | Syntax: 4 | 5 | `lognot` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/logorc1.md: -------------------------------------------------------------------------------- 1 | ### function `logorc1` 2 | 3 | Syntax: 4 | 5 | `logorc1` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/logorc2.md: -------------------------------------------------------------------------------- 1 | ### function `logorc2` 2 | 3 | Syntax: 4 | 5 | `logorc2` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/logtest.md: -------------------------------------------------------------------------------- 1 | ### function `logtest` 2 | 3 | Syntax: 4 | 5 | `logtest` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/logxor.md: -------------------------------------------------------------------------------- 1 | ### function `logxor` 2 | 3 | Syntax: 4 | 5 | `logxor` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/loop-keyword-and.md: -------------------------------------------------------------------------------- 1 | ### loop-keyword `and` 2 | 3 | Syntax: 4 | 5 | `and` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/loop-keyword-do.md: -------------------------------------------------------------------------------- 1 | ### loop-keyword `do` 2 | 3 | Syntax: 4 | 5 | `do` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/loop-keyword-if.md: -------------------------------------------------------------------------------- 1 | ### loop-keyword `if` 2 | 3 | Syntax: 4 | 5 | `if` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/loop-keyword-the.md: -------------------------------------------------------------------------------- 1 | ### loop-keyword `the` 2 | 3 | Syntax: 4 | 5 | `the` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/loop.md: -------------------------------------------------------------------------------- 1 | ### macro `loop` 2 | 3 | Syntax: 4 | 5 | `loop` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/macro-and.md: -------------------------------------------------------------------------------- 1 | ### macro `and` 2 | 3 | Syntax: 4 | 5 | `and` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/macrolet.md: -------------------------------------------------------------------------------- 1 | ### special `macrolet` 2 | 3 | Syntax: 4 | 5 | `macrolet` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/make-list.md: -------------------------------------------------------------------------------- 1 | ### function `make-list` 2 | 3 | Syntax: 4 | 5 | `make-list` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/map-into.md: -------------------------------------------------------------------------------- 1 | ### function `map-into` 2 | 3 | Syntax: 4 | 5 | `map-into` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/map.md: -------------------------------------------------------------------------------- 1 | ### function `map` 2 | 3 | Syntax: 4 | 5 | `map` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/mapc.md: -------------------------------------------------------------------------------- 1 | ### function `mapc` 2 | 3 | Syntax: 4 | 5 | `mapc` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/mapcan.md: -------------------------------------------------------------------------------- 1 | ### function `mapcan` 2 | 3 | Syntax: 4 | 5 | `mapcan` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/mapcar.md: -------------------------------------------------------------------------------- 1 | ### function `mapcar` 2 | 3 | Syntax: 4 | 5 | `mapcar` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/mapcon.md: -------------------------------------------------------------------------------- 1 | ### function `mapcon` 2 | 3 | Syntax: 4 | 5 | `mapcon` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/maphash.md: -------------------------------------------------------------------------------- 1 | ### function `maphash` 2 | 3 | Syntax: 4 | 5 | `maphash` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/mapl.md: -------------------------------------------------------------------------------- 1 | ### function `mapl` 2 | 3 | Syntax: 4 | 5 | `mapl` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/maplist.md: -------------------------------------------------------------------------------- 1 | ### function `maplist` 2 | 3 | Syntax: 4 | 5 | `maplist` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/max.md: -------------------------------------------------------------------------------- 1 | ### function `max` 2 | 3 | Syntax: 4 | 5 | `max` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/member-if.md: -------------------------------------------------------------------------------- 1 | ### function `member-if` 2 | 3 | Syntax: 4 | 5 | `member-if` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/member.md: -------------------------------------------------------------------------------- 1 | ### function `member` 2 | 3 | Syntax: 4 | 5 | `member` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/merge.md: -------------------------------------------------------------------------------- 1 | ### function `merge` 2 | 3 | Syntax: 4 | 5 | `merge` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/method.md: -------------------------------------------------------------------------------- 1 | ### type-specifier `method` 2 | 3 | Syntax: 4 | 5 | `method` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/minus.md: -------------------------------------------------------------------------------- 1 | ### function `-` 2 | 3 | Syntax: 4 | 5 | `-` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/minusp.md: -------------------------------------------------------------------------------- 1 | ### function `minusp` 2 | 3 | Syntax: 4 | 5 | `minusp` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/mismatch.md: -------------------------------------------------------------------------------- 1 | ### function `mismatch` 2 | 3 | Syntax: 4 | 5 | `mismatch` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/mod.md: -------------------------------------------------------------------------------- 1 | ### function `mod` 2 | 3 | Syntax: 4 | 5 | `mod` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/multiply.md: -------------------------------------------------------------------------------- 1 | ### function `*` 2 | 3 | Syntax: 4 | 5 | `*` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/name-char.md: -------------------------------------------------------------------------------- 1 | ### function `name-char` 2 | 3 | Syntax: 4 | 5 | `name-char` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/named.md: -------------------------------------------------------------------------------- 1 | ### loop-keyword `named` 2 | 3 | Syntax: 4 | 5 | `named` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/nbutlast.md: -------------------------------------------------------------------------------- 1 | ### function `nbutlast` 2 | 3 | Syntax: 4 | 5 | `nbutlast` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/nconc.md: -------------------------------------------------------------------------------- 1 | ### function `nconc` 2 | 3 | Syntax: 4 | 5 | `nconc` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/never.md: -------------------------------------------------------------------------------- 1 | ### loop-keyword `never` 2 | 3 | Syntax: 4 | 5 | `never` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/nil.md: -------------------------------------------------------------------------------- 1 | ### constant `nil` 2 | 3 | Syntax: 4 | 5 | `nil` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/ninth.md: -------------------------------------------------------------------------------- 1 | ### function `ninth` 2 | 3 | Syntax: 4 | 5 | `ninth` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/not-equal.md: -------------------------------------------------------------------------------- 1 | ### function `/=` 2 | 3 | Syntax: 4 | 5 | `/=` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/not.md: -------------------------------------------------------------------------------- 1 | ### function `not` 2 | 3 | Syntax: 4 | 5 | `not` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/notany.md: -------------------------------------------------------------------------------- 1 | ### function `notany` 2 | 3 | Syntax: 4 | 5 | `notany` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/notevery.md: -------------------------------------------------------------------------------- 1 | ### function `notevery` 2 | 3 | Syntax: 4 | 5 | `notevery` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/nreconc.md: -------------------------------------------------------------------------------- 1 | ### function `nreconc` 2 | 3 | Syntax: 4 | 5 | `nreconc` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/nreverse.md: -------------------------------------------------------------------------------- 1 | ### function `nreverse` 2 | 3 | Syntax: 4 | 5 | `nreverse` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/nsublis.md: -------------------------------------------------------------------------------- 1 | ### function `nsublis` 2 | 3 | Syntax: 4 | 5 | `nsublis` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/nsubst-if.md: -------------------------------------------------------------------------------- 1 | ### function `nsubst-if` 2 | 3 | Syntax: 4 | 5 | `nsubst-if` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/nsubst.md: -------------------------------------------------------------------------------- 1 | ### function `nsubst` 2 | 3 | Syntax: 4 | 5 | `nsubst` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/nth-value.md: -------------------------------------------------------------------------------- 1 | ### macro `nth-value` 2 | 3 | Syntax: 4 | 5 | `nth-value` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/nth.md: -------------------------------------------------------------------------------- 1 | ### function `nth` 2 | 3 | Syntax: 4 | 5 | `nth` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/nthcdr.md: -------------------------------------------------------------------------------- 1 | ### function `nthcdr` 2 | 3 | Syntax: 4 | 5 | `nthcdr` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/null.md: -------------------------------------------------------------------------------- 1 | ### function `null` 2 | 3 | Syntax: 4 | 5 | `null` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/number.md: -------------------------------------------------------------------------------- 1 | ### type-specifier `number` 2 | 3 | Syntax: 4 | 5 | `number` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/numberp.md: -------------------------------------------------------------------------------- 1 | ### function `numberp` 2 | 3 | Syntax: 4 | 5 | `numberp` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/numerator.md: -------------------------------------------------------------------------------- 1 | ### function `numerator` 2 | 3 | Syntax: 4 | 5 | `numerator` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/nunion.md: -------------------------------------------------------------------------------- 1 | ### function `nunion` 2 | 3 | Syntax: 4 | 5 | `nunion` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/oddp.md: -------------------------------------------------------------------------------- 1 | ### function `oddp` 2 | 3 | Syntax: 4 | 5 | `oddp` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/of-type.md: -------------------------------------------------------------------------------- 1 | ### loop-keyword `of-type` 2 | 3 | Syntax: 4 | 5 | `of-type` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/of.md: -------------------------------------------------------------------------------- 1 | ### loop-keyword `of` 2 | 3 | Syntax: 4 | 5 | `of` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/on.md: -------------------------------------------------------------------------------- 1 | ### loop-keyword `on` 2 | 3 | Syntax: 4 | 5 | `on` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/open.md: -------------------------------------------------------------------------------- 1 | ### function `open` 2 | 3 | Syntax: 4 | 5 | `open` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/or.md: -------------------------------------------------------------------------------- 1 | ### macro `or` 2 | 3 | Syntax: 4 | 5 | `or` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/otherwise.md: -------------------------------------------------------------------------------- 1 | ### keyword `otherwise` 2 | 3 | Syntax: 4 | 5 | `otherwise` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/package.md: -------------------------------------------------------------------------------- 1 | ### type-specifier `package` 2 | 3 | Syntax: 4 | 5 | `package` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/packagep.md: -------------------------------------------------------------------------------- 1 | ### function `packagep` 2 | 3 | Syntax: 4 | 5 | `packagep` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/pairlis.md: -------------------------------------------------------------------------------- 1 | ### function `pairlis` 2 | 3 | Syntax: 4 | 5 | `pairlis` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/pathname.md: -------------------------------------------------------------------------------- 1 | ### function `pathname` 2 | 3 | Syntax: 4 | 5 | `pathname` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/phase.md: -------------------------------------------------------------------------------- 1 | ### function `phase` 2 | 3 | Syntax: 4 | 5 | `phase` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/pi.md: -------------------------------------------------------------------------------- 1 | ### constant `pi` 2 | 3 | Syntax: 4 | 5 | `pi` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/plusp.md: -------------------------------------------------------------------------------- 1 | ### function `plusp` 2 | 3 | Syntax: 4 | 5 | `plusp` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/pop.md: -------------------------------------------------------------------------------- 1 | ### macro `pop` 2 | 3 | Syntax: 4 | 5 | `pop` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/pprint.md: -------------------------------------------------------------------------------- 1 | ### function `pprint` 2 | 3 | Syntax: 4 | 5 | `pprint` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/prin1.md: -------------------------------------------------------------------------------- 1 | ### function `prin1` 2 | 3 | Syntax: 4 | 5 | `prin1` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/princ.md: -------------------------------------------------------------------------------- 1 | ### function `princ` 2 | 3 | Syntax: 4 | 5 | `princ` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/print.md: -------------------------------------------------------------------------------- 1 | ### function `print` 2 | 3 | Syntax: 4 | 5 | `print` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/prog-asterix.md: -------------------------------------------------------------------------------- 1 | ### macro `prog*` 2 | 3 | Syntax: 4 | 5 | `prog*` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/prog.md: -------------------------------------------------------------------------------- 1 | ### macro `prog` 2 | 3 | Syntax: 4 | 5 | `prog` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/prog1.md: -------------------------------------------------------------------------------- 1 | ### macro `prog1` 2 | 3 | Syntax: 4 | 5 | `prog1` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/prog2.md: -------------------------------------------------------------------------------- 1 | ### macro `prog2` 2 | 3 | Syntax: 4 | 5 | `prog2` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/progn.md: -------------------------------------------------------------------------------- 1 | ### special `progn` 2 | 3 | Syntax: 4 | 5 | `progn` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/progv.md: -------------------------------------------------------------------------------- 1 | ### special `progv` 2 | 3 | Syntax: 4 | 5 | `progv` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/provide.md: -------------------------------------------------------------------------------- 1 | ### function `provide` 2 | 3 | Syntax: 4 | 5 | `provide` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/psetf.md: -------------------------------------------------------------------------------- 1 | ### macro `psetf` 2 | 3 | Syntax: 4 | 5 | `psetf` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/psetq.md: -------------------------------------------------------------------------------- 1 | ### macro `psetq` 2 | 3 | Syntax: 4 | 5 | `psetq` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/push.md: -------------------------------------------------------------------------------- 1 | ### macro `push` 2 | 3 | Syntax: 4 | 5 | `push` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/pushnew.md: -------------------------------------------------------------------------------- 1 | ### macro `pushnew` 2 | 3 | Syntax: 4 | 5 | `pushnew` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/quote.md: -------------------------------------------------------------------------------- 1 | ### special `quote` 2 | 3 | Syntax: 4 | 5 | `quote` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/random.md: -------------------------------------------------------------------------------- 1 | ### function `random` 2 | 3 | Syntax: 4 | 5 | `random` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/rassoc.md: -------------------------------------------------------------------------------- 1 | ### function `rassoc` 2 | 3 | Syntax: 4 | 5 | `rassoc` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/ratio-slash.md: -------------------------------------------------------------------------------- 1 | ### literal `/` 2 | 3 | Syntax: 4 | 5 | `/` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/ratio.md: -------------------------------------------------------------------------------- 1 | ### type-specifier `ratio` 2 | 3 | Syntax: 4 | 5 | `ratio` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/read.md: -------------------------------------------------------------------------------- 1 | ### function `read` 2 | 3 | Syntax: 4 | 5 | `read` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/real.md: -------------------------------------------------------------------------------- 1 | ### type-specifier `real` 2 | 3 | Syntax: 4 | 5 | `real` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/realp.md: -------------------------------------------------------------------------------- 1 | ### function `realp` 2 | 3 | Syntax: 4 | 5 | `realp` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/reduce.md: -------------------------------------------------------------------------------- 1 | ### function `reduce` 2 | 3 | Syntax: 4 | 5 | `reduce` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/rem.md: -------------------------------------------------------------------------------- 1 | ### function `rem` 2 | 3 | Syntax: 4 | 5 | `rem` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/remf.md: -------------------------------------------------------------------------------- 1 | ### macro `remf` 2 | 3 | Syntax: 4 | 5 | `remf` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/remhash.md: -------------------------------------------------------------------------------- 1 | ### function `remhash` 2 | 3 | Syntax: 4 | 5 | `remhash` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/remove.md: -------------------------------------------------------------------------------- 1 | ### function `remove` 2 | 3 | Syntax: 4 | 5 | `remove` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/remprop.md: -------------------------------------------------------------------------------- 1 | ### function `remprop` 2 | 3 | Syntax: 4 | 5 | `remprop` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/repeat.md: -------------------------------------------------------------------------------- 1 | ### loop-keyword `repeat` 2 | 3 | Syntax: 4 | 5 | `repeat` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/replace.md: -------------------------------------------------------------------------------- 1 | ### function `replace` 2 | 3 | Syntax: 4 | 5 | `replace` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/require.md: -------------------------------------------------------------------------------- 1 | ### function `require` 2 | 3 | Syntax: 4 | 5 | `require` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/rest.md: -------------------------------------------------------------------------------- 1 | ### function `rest` 2 | 3 | Syntax: 4 | 5 | `rest` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/return.md: -------------------------------------------------------------------------------- 1 | ### macro `return` 2 | 3 | Syntax: 4 | 5 | `return` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/reverse.md: -------------------------------------------------------------------------------- 1 | ### function `reverse` 2 | 3 | Syntax: 4 | 5 | `reverse` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/room.md: -------------------------------------------------------------------------------- 1 | ### function `room` 2 | 3 | Syntax: 4 | 5 | `room` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/rotatef.md: -------------------------------------------------------------------------------- 1 | ### macro `rotatef` 2 | 3 | Syntax: 4 | 5 | `rotatef` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/round.md: -------------------------------------------------------------------------------- 1 | ### function `round` 2 | 3 | Syntax: 4 | 5 | `round` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/rplaca.md: -------------------------------------------------------------------------------- 1 | ### function `rplaca` 2 | 3 | Syntax: 4 | 5 | `rplaca` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/rplacd.md: -------------------------------------------------------------------------------- 1 | ### function `rplacd` 2 | 3 | Syntax: 4 | 5 | `rplacd` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/sbit.md: -------------------------------------------------------------------------------- 1 | ### function `sbit` 2 | 3 | Syntax: 4 | 5 | `sbit` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/schar.md: -------------------------------------------------------------------------------- 1 | ### function `schar` 2 | 3 | Syntax: 4 | 5 | `schar` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/search.md: -------------------------------------------------------------------------------- 1 | ### function `search` 2 | 3 | Syntax: 4 | 5 | `search` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/second.md: -------------------------------------------------------------------------------- 1 | ### function `second` 2 | 3 | Syntax: 4 | 5 | `second` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/set.md: -------------------------------------------------------------------------------- 1 | ### function `set` 2 | 3 | Syntax: 4 | 5 | `set` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/setf.md: -------------------------------------------------------------------------------- 1 | ### macro `setf` 2 | 3 | Syntax: 4 | 5 | `setf` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/setq.md: -------------------------------------------------------------------------------- 1 | ### special `setq` 2 | 3 | Syntax: 4 | 5 | `setq` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/seventh.md: -------------------------------------------------------------------------------- 1 | ### function `seventh` 2 | 3 | Syntax: 4 | 5 | `seventh` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/shadow.md: -------------------------------------------------------------------------------- 1 | ### function `shadow` 2 | 3 | Syntax: 4 | 5 | `shadow` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/shiftf.md: -------------------------------------------------------------------------------- 1 | ### macro `shiftf` 2 | 3 | Syntax: 4 | 5 | `shiftf` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/signal.md: -------------------------------------------------------------------------------- 1 | ### function `signal` 2 | 3 | Syntax: 4 | 5 | `signal` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/signum.md: -------------------------------------------------------------------------------- 1 | ### function `signum` 2 | 3 | Syntax: 4 | 5 | `signum` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/sin.md: -------------------------------------------------------------------------------- 1 | ### function `sin` 2 | 3 | Syntax: 4 | 5 | `sin` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/sinh.md: -------------------------------------------------------------------------------- 1 | ### function `sinh` 2 | 3 | Syntax: 4 | 5 | `sinh` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/sixth.md: -------------------------------------------------------------------------------- 1 | ### function `sixth` 2 | 3 | Syntax: 4 | 5 | `sixth` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/sleep.md: -------------------------------------------------------------------------------- 1 | ### function `sleep` 2 | 3 | Syntax: 4 | 5 | `sleep` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/some.md: -------------------------------------------------------------------------------- 1 | ### function `some` 2 | 3 | Syntax: 4 | 5 | `some` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/sort.md: -------------------------------------------------------------------------------- 1 | ### function `sort` 2 | 3 | Syntax: 4 | 5 | `sort` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/sqrt.md: -------------------------------------------------------------------------------- 1 | ### function `sqrt` 2 | 3 | Syntax: 4 | 5 | `sqrt` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/step.md: -------------------------------------------------------------------------------- 1 | ### macro `step` 2 | 3 | Syntax: 4 | 5 | `step` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/streamp.md: -------------------------------------------------------------------------------- 1 | ### function `streamp` 2 | 3 | Syntax: 4 | 5 | `streamp` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/string.md: -------------------------------------------------------------------------------- 1 | ### function `string` 2 | 3 | Syntax: 4 | 5 | `string` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/stringp.md: -------------------------------------------------------------------------------- 1 | ### function `stringp` 2 | 3 | Syntax: 4 | 5 | `stringp` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/sublis.md: -------------------------------------------------------------------------------- 1 | ### function `sublis` 2 | 3 | Syntax: 4 | 5 | `sublis` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/subseq.md: -------------------------------------------------------------------------------- 1 | ### function `subseq` 2 | 3 | Syntax: 4 | 5 | `subseq` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/subsetp.md: -------------------------------------------------------------------------------- 1 | ### function `subsetp` 2 | 3 | Syntax: 4 | 5 | `subsetp` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/subst.md: -------------------------------------------------------------------------------- 1 | ### function `subst` 2 | 3 | Syntax: 4 | 5 | `subst` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/sum.md: -------------------------------------------------------------------------------- 1 | ### loop-keyword `sum` 2 | 3 | Syntax: 4 | 5 | `sum` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/svref.md: -------------------------------------------------------------------------------- 1 | ### function `svref` 2 | 3 | Syntax: 4 | 5 | `svref` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/sxhash.md: -------------------------------------------------------------------------------- 1 | ### function `sxhash` 2 | 3 | Syntax: 4 | 5 | `sxhash` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/symbolp.md: -------------------------------------------------------------------------------- 1 | ### function `symbolp` 2 | 3 | Syntax: 4 | 5 | `symbolp` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/tagbody.md: -------------------------------------------------------------------------------- 1 | ### special `tagbody` 2 | 3 | Syntax: 4 | 5 | `tagbody` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/tailp.md: -------------------------------------------------------------------------------- 1 | ### function `tailp` 2 | 3 | Syntax: 4 | 5 | `tailp` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/tan.md: -------------------------------------------------------------------------------- 1 | ### function `tan` 2 | 3 | Syntax: 4 | 5 | `tan` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/tanh.md: -------------------------------------------------------------------------------- 1 | ### function `tanh` 2 | 3 | Syntax: 4 | 5 | `tanh` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/template.md: -------------------------------------------------------------------------------- 1 | # *Symbol class* **Symbol Name** 2 | 3 | Syntax: 4 | 5 | **symbol-name** *parameters* => *return-type* 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/tenth.md: -------------------------------------------------------------------------------- 1 | ### function `tenth` 2 | 3 | Syntax: 4 | 5 | `tenth` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/terpri.md: -------------------------------------------------------------------------------- 1 | ### function `terpri` 2 | 3 | Syntax: 4 | 5 | `terpri` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/the.md: -------------------------------------------------------------------------------- 1 | ### special `the` 2 | 3 | Syntax: 4 | 5 | `the` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/then.md: -------------------------------------------------------------------------------- 1 | ### loop-keyword `then` 2 | 3 | Syntax: 4 | 5 | `then` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/third.md: -------------------------------------------------------------------------------- 1 | ### function `third` 2 | 3 | Syntax: 4 | 5 | `third` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/throw.md: -------------------------------------------------------------------------------- 1 | ### special `throw` 2 | 3 | Syntax: 4 | 5 | `throw` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/tilde-a.md: -------------------------------------------------------------------------------- 1 | ### format control `~a` 2 | 3 | Syntax: 4 | 5 | `~a` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/tilde-b.md: -------------------------------------------------------------------------------- 1 | ### format control `~b` 2 | 3 | Syntax: 4 | 5 | `~b` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/tilde-bar.md: -------------------------------------------------------------------------------- 1 | ### format control `~|` 2 | 3 | Syntax: 4 | 5 | `~|` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/tilde-c.md: -------------------------------------------------------------------------------- 1 | ### format control `~c` 2 | 3 | Syntax: 4 | 5 | `~c` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/tilde-d.md: -------------------------------------------------------------------------------- 1 | ### format control `~d` 2 | 3 | Syntax: 4 | 5 | `~d` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/tilde-e.md: -------------------------------------------------------------------------------- 1 | ### format control `~e` 2 | 3 | Syntax: 4 | 5 | `~e` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/tilde-f.md: -------------------------------------------------------------------------------- 1 | ### format control `~f` 2 | 3 | Syntax: 4 | 5 | `~f` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/tilde-g.md: -------------------------------------------------------------------------------- 1 | ### format control `~g` 2 | 3 | Syntax: 4 | 5 | `~g` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/tilde-i.md: -------------------------------------------------------------------------------- 1 | ### format control `~i` 2 | 3 | Syntax: 4 | 5 | `~i` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/tilde-o.md: -------------------------------------------------------------------------------- 1 | ### format control `~o` 2 | 3 | Syntax: 4 | 5 | `~o` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/tilde-p.md: -------------------------------------------------------------------------------- 1 | ### format control `~p` 2 | 3 | Syntax: 4 | 5 | `~p` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/tilde-r.md: -------------------------------------------------------------------------------- 1 | ### format control `~r` 2 | 3 | Syntax: 4 | 5 | `~r` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/tilde-s.md: -------------------------------------------------------------------------------- 1 | ### format control `~s` 2 | 3 | Syntax: 4 | 5 | `~s` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/tilde-t.md: -------------------------------------------------------------------------------- 1 | ### format control `~t` 2 | 3 | Syntax: 4 | 5 | `~t` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/tilde-tilde.md: -------------------------------------------------------------------------------- 1 | ### format control `~~` 2 | 3 | Syntax: 4 | 5 | `~~` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/tilde-w.md: -------------------------------------------------------------------------------- 1 | ### format control `~w` 2 | 3 | Syntax: 4 | 5 | `~w` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/tilde-x.md: -------------------------------------------------------------------------------- 1 | ### format control `~x` 2 | 3 | Syntax: 4 | 5 | `~x` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/time.md: -------------------------------------------------------------------------------- 1 | ### macro `time` 2 | 3 | Syntax: 4 | 5 | `time` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/to.md: -------------------------------------------------------------------------------- 1 | ### loop-keyword `to` 2 | 3 | Syntax: 4 | 5 | `to` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/trace.md: -------------------------------------------------------------------------------- 1 | ### macro `trace` 2 | 3 | Syntax: 4 | 5 | `trace` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/type-of.md: -------------------------------------------------------------------------------- 1 | ### function `type-of` 2 | 3 | Syntax: 4 | 5 | `type-of` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/type.md: -------------------------------------------------------------------------------- 1 | ### declare expression `type` 2 | 3 | Syntax: 4 | 5 | `type` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/typecase.md: -------------------------------------------------------------------------------- 1 | ### macro `typecase` 2 | 3 | Syntax: 4 | 5 | `typecase` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/typep.md: -------------------------------------------------------------------------------- 1 | ### function `typep` 2 | 3 | Syntax: 4 | 5 | `typep` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/union.md: -------------------------------------------------------------------------------- 1 | ### function `union` 2 | 3 | Syntax: 4 | 5 | `union` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/unless.md: -------------------------------------------------------------------------------- 1 | ### macro `unless` 2 | 3 | Syntax: 4 | 5 | `unless` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/until.md: -------------------------------------------------------------------------------- 1 | ### loop-keyword `until` 2 | 3 | Syntax: 4 | 5 | `until` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/untrace.md: -------------------------------------------------------------------------------- 1 | ### macro `untrace` 2 | 3 | Syntax: 4 | 5 | `untrace` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/upfrom.md: -------------------------------------------------------------------------------- 1 | ### loop-keyword `upfrom` 2 | 3 | Syntax: 4 | 5 | `upfrom` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/upto.md: -------------------------------------------------------------------------------- 1 | ### loop-keyword `upto` 2 | 3 | Syntax: 4 | 5 | `upto` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/using.md: -------------------------------------------------------------------------------- 1 | ### loop-keyword `using` 2 | 3 | Syntax: 4 | 5 | `using` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/values.md: -------------------------------------------------------------------------------- 1 | ### function `values` 2 | 3 | Syntax: 4 | 5 | `values` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/vector.md: -------------------------------------------------------------------------------- 1 | ### function `vector` 2 | 3 | Syntax: 4 | 5 | `vector` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/vectorp.md: -------------------------------------------------------------------------------- 1 | ### function `vectorp` 2 | 3 | Syntax: 4 | 5 | `vectorp` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/warn.md: -------------------------------------------------------------------------------- 1 | ### function `warn` 2 | 3 | Syntax: 4 | 5 | `warn` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/warning.md: -------------------------------------------------------------------------------- 1 | ### condition `warning` 2 | 3 | Syntax: 4 | 5 | `warning` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/when.md: -------------------------------------------------------------------------------- 1 | ### macro `when` 2 | 3 | Syntax: 4 | 5 | `when` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/while.md: -------------------------------------------------------------------------------- 1 | ### loop-keyword `while` 2 | 3 | Syntax: 4 | 5 | `while` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/with.md: -------------------------------------------------------------------------------- 1 | ### loop-keyword `with` 2 | 3 | Syntax: 4 | 5 | `with` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/write.md: -------------------------------------------------------------------------------- 1 | ### function `write` 2 | 3 | Syntax: 4 | 5 | `write` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /reference/zerop.md: -------------------------------------------------------------------------------- 1 | ### function `zerop` 2 | 3 | Syntax: 4 | 5 | `zerop` parameters => return-type 6 | 7 | Documentation of parameters and return-results. 8 | 9 | Examples (not from CLHS...): 10 | 11 | ```lisp 12 | CL-USER> (example-code 'a 'b 'c) 13 | 14 | 'return-result 15 | ``` 16 | -------------------------------------------------------------------------------- /run-llthw.lisp: -------------------------------------------------------------------------------- 1 | (ql:quickload "llthw") 2 | 3 | (llthw::llthw-start :port 8080) 4 | 5 | (if llthw::*acc* 6 | (format t "~%;; LLTHW running on ~A" llthw::*acc*) 7 | (format t "~%;; ERROR: LLTHW failed to start.")) 8 | -------------------------------------------------------------------------------- /splash-example.md: -------------------------------------------------------------------------------- 1 | ```lisp 2 | ;; Welcome to L(λ)THW! 3 | (let ((llthw '(learn lisp the hard way))) 4 | (format t "~{~@(~A~)~^ ~}, because ~{~A~^ ~} is easier!" llthw (cddr llthw))) 5 | 6 | ;; Common Lisp: Powerful, Expressive, Programmable, General Purpose, Multi-Paradigm. 7 | 8 | ``` 9 | -------------------------------------------------------------------------------- /static/img/btcqr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thephoeron/LLTHW/127b6b4a6fee3ed486b6709d185ccc48cde062fc/static/img/btcqr.png -------------------------------------------------------------------------------- /static/img/fractal-banner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thephoeron/LLTHW/127b6b4a6fee3ed486b6709d185ccc48cde062fc/static/img/fractal-banner.png -------------------------------------------------------------------------------- /static/img/fractal-splash.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thephoeron/LLTHW/127b6b4a6fee3ed486b6709d185ccc48cde062fc/static/img/fractal-splash.png -------------------------------------------------------------------------------- /static/img/ltcqr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thephoeron/LLTHW/127b6b4a6fee3ed486b6709d185ccc48cde062fc/static/img/ltcqr.png -------------------------------------------------------------------------------- /static/img/pattern.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thephoeron/LLTHW/127b6b4a6fee3ed486b6709d185ccc48cde062fc/static/img/pattern.png -------------------------------------------------------------------------------- /static/js/select2-3.5.0/bower.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "select2", 3 | "version": "3.5.0", 4 | "main": ["select2.js", "select2.css", "select2.png", "select2x2.png", "select2-spinner.gif"], 5 | "dependencies": { 6 | "jquery": ">= 1.7.1" 7 | } 8 | } 9 | -------------------------------------------------------------------------------- /static/js/select2-3.5.0/select2-spinner.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thephoeron/LLTHW/127b6b4a6fee3ed486b6709d185ccc48cde062fc/static/js/select2-3.5.0/select2-spinner.gif -------------------------------------------------------------------------------- /static/js/select2-3.5.0/select2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thephoeron/LLTHW/127b6b4a6fee3ed486b6709d185ccc48cde062fc/static/js/select2-3.5.0/select2.png -------------------------------------------------------------------------------- /static/js/select2-3.5.0/select2x2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thephoeron/LLTHW/127b6b4a6fee3ed486b6709d185ccc48cde062fc/static/js/select2-3.5.0/select2x2.png -------------------------------------------------------------------------------- /try-lisp/end.md: -------------------------------------------------------------------------------- 1 | ### That's All For Now! 2 | 3 | Now that you've got a sense for interactive programming in Common Lisp through the REPL, it's time to [get Lisp](/get-lisp/) and dive right in to [Learn Lisp The Hard Way](/book/). 4 | 5 | Good luck, and *happy hacking*! 6 | --------------------------------------------------------------------------------