The cl-anonfun Reference Manual

This is the cl-anonfun Reference Manual, version 0.1, generated automatically by Declt version 4.0 beta 2 "William Riker" on Mon Feb 26 14:57:40 2024 GMT+0.

Table of Contents


1 Introduction


2 Systems

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


2.1 cl-anonfun

Anonymous function helpers for Common Lisp

Author

Tomohiro Matsuyama

License

LLGPL

Version

0.1

Source

cl-anonfun.asd.

Child Components

3 Files

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


3.1 Lisp


3.1.1 cl-anonfun/cl-anonfun.asd

Source

cl-anonfun.asd.

Parent Component

cl-anonfun (system).

ASDF Systems

cl-anonfun.

Packages

cl-anonfun-asd.


3.1.2 cl-anonfun/package.lisp

Source

cl-anonfun.asd.

Parent Component

cl-anonfun (system).

Packages

cl-anonfun.


3.1.3 cl-anonfun/anonfun.lisp

Dependency

package.lisp (file).

Source

cl-anonfun.asd.

Parent Component

cl-anonfun (system).

Public Interface
Internals

4 Packages

Packages are listed by definition order.


4.1 cl-anonfun-asd

Source

cl-anonfun.asd.

Use List
  • asdf/interface.
  • common-lisp.

4.2 cl-anonfun

Source

package.lisp.

Nickname

anonfun

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 Macros

Macro: enable-fn-syntax ()
Package

cl-anonfun.

Source

anonfun.lisp.

Macro: fn (form)
Package

cl-anonfun.

Source

anonfun.lisp.

Macro: fnn (narg form)
Package

cl-anonfun.

Source

anonfun.lisp.


5.2 Internals


5.2.1 Ordinary functions

Function: %enable-fn-syntax ()
Package

cl-anonfun.

Source

anonfun.lisp.

Function: arg-num (arg)
Package

cl-anonfun.

Source

anonfun.lisp.

Function: arg-p (arg)
Package

cl-anonfun.

Source

anonfun.lisp.

Function: extract-args (body)
Package

cl-anonfun.

Source

anonfun.lisp.

Function: fn-reader (stream sub-char numarg)
Package

cl-anonfun.

Source

anonfun.lisp.

Function: make-fn (narg form)
Package

cl-anonfun.

Source

anonfun.lisp.

Function: make-ignore-vars-between (start end)
Package

cl-anonfun.

Source

anonfun.lisp.

Function: make-lambda-list (narg args)
Package

cl-anonfun.

Source

anonfun.lisp.

Function: sort-args (args)
Package

cl-anonfun.

Source

anonfun.lisp.

Function: symbol= (a b)

Package insensitive symbol comparison.

Package

cl-anonfun.

Source

anonfun.lisp.


Appendix A Indexes


A.1 Concepts


A.3 Variables