The map-bind Reference Manual

This is the map-bind Reference Manual, version 1.0, generated automatically by Declt version 4.0 beta 2 "William Riker" on Mon Feb 26 17:15:21 2024 GMT+0.

Table of Contents


1 Introduction


2 Systems

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


2.1 map-bind

MAP-BIND is a macro that allows visual grouping of variables with their corresponding values (not necessarily 1:1) in calls to mapping operators when using an inline LAMBDA. It does so in a way that automatically supports virtually every existing and future mapping operator, all lambda keywords and FUNCALL/APPLY/MULTIPLE-VALUE-CALL variations.

Author

Jean-Philippe Paradis <>

License

Public Domain

Version

1.0

Source

map-bind.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 map-bind/map-bind.asd

Source

map-bind.asd.

Parent Component

map-bind (system).

ASDF Systems

map-bind.


3.1.2 map-bind/package.lisp

Source

map-bind.asd.

Parent Component

map-bind (system).

Packages

map-bind.


3.1.3 map-bind/main.lisp

Dependency

package.lisp (file).

Source

map-bind.asd.

Parent Component

map-bind (system).

Public Interface

map-bind (macro).

Internals

%parse-binding (function).


4 Packages

Packages are listed by definition order.


4.1 map-bind

Source

package.lisp.

Use List

common-lisp.

Public Interface

map-bind (macro).

Internals

%parse-binding (function).


5 Definitions

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


5.1 Public Interface


5.1.1 Macros

Macro: map-bind (mapping-call-prologue bindings &body body)
Package

map-bind.

Source

main.lisp.


5.2 Internals


5.2.1 Ordinary functions

Function: %parse-binding (binding)
Package

map-bind.

Source

main.lisp.


Appendix A Indexes


A.1 Concepts


A.2 Functions


A.3 Variables