The ptc Reference Manual

This is the ptc Reference Manual, version 1.0.2, generated automatically by Declt version 4.0 beta 2 "William Riker" on Mon Feb 26 17:37:36 2024 GMT+0.

Table of Contents


1 Introduction


2 Systems

The main system appears first, followed by any subsystem dependency.


2.1 ptc

Proper Tail Calls for CL

Author

Francois-Rene Rideau

License

MIT

Long Description

Portably enable Proper Tail Calls in Common Lisp.

Version

1.0.2

Source

ptc.asd.

Child Component

ptc.lisp (file).


3 Files

Files are sorted by type and then listed depth-first from the systems components trees.


3.1 Lisp


3.1.1 ptc/ptc.asd

Source

ptc.asd.

Parent Component

ptc (system).

ASDF Systems

ptc.


3.1.2 ptc/ptc.lisp

Source

ptc.asd.

Parent Component

ptc (system).

Packages

proper-tail-calls.

Public Interface
Internals

4 Packages

Packages are listed by definition order.


4.1 proper-tail-calls

Source

ptc.lisp.

Nickname

ptc

Use List

common-lisp.

Public Interface
Internals

5 Definitions

Definitions are sorted by export status, category, package, and then by lexicographic order.


5.1 Public Interface


5.1.1 Special variables

Special Variable: =declare-proper-tail-calls=
Package

proper-tail-calls.

Source

ptc.lisp.


5.1.2 Macros

Macro: declaim-proper-tail-calls ()
Package

proper-tail-calls.

Source

ptc.lisp.

Macro: with-proper-tail-calls (() &body body)
Package

proper-tail-calls.

Source

ptc.lisp.


5.1.3 Ordinary functions

Function: proclaim-proper-tail-calls ()
Package

proper-tail-calls.

Source

ptc.lisp.


5.2 Internals


5.2.1 Special variables

Special Variable: =enable-proper-tail-calls=

Not recommended for direct use

Package

proper-tail-calls.

Source

ptc.lisp.

Special Variable: =optimize-proper-tail-calls=

Not recommended for direct use

Package

proper-tail-calls.

Source

ptc.lisp.


Appendix A Indexes


A.1 Concepts