The arrow-macros Reference Manual

This is the arrow-macros Reference Manual, generated automatically by Declt version 4.0 beta 2 "William Riker" on Mon Feb 26 14:36:28 2024 GMT+0.

Table of Contents


1 Introduction


2 Systems

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


2.1 arrow-macros

arrow-macros provides clojure-like arrow macros and diamond wands.

Author

hipeta

License

MIT

Dependency

alexandria (system).

Source

arrow-macros.asd.

Child Component

arrow-macros.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 arrow-macros/arrow-macros.asd

Source

arrow-macros.asd.

Parent Component

arrow-macros (system).

ASDF Systems

arrow-macros.

Packages

arrow-macros-asd.


3.1.2 arrow-macros/arrow-macros.lisp

Source

arrow-macros.asd.

Parent Component

arrow-macros (system).

Packages

arrow-macros.

Public Interface
Internals

4 Packages

Packages are listed by definition order.


4.1 arrow-macros-asd

Source

arrow-macros.asd.

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

4.2 arrow-macros

Source

arrow-macros.lisp.

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: -<> (init &body exps)
Package

arrow-macros.

Source

arrow-macros.lisp.

Macro: -<>> (init &body exps)
Package

arrow-macros.

Source

arrow-macros.lisp.

Macro: -> (init &body exps)
Package

arrow-macros.

Source

arrow-macros.lisp.

Macro: ->> (init &body exps)
Package

arrow-macros.

Source

arrow-macros.lisp.

Macro: as-> (init var &body exps)
Package

arrow-macros.

Source

arrow-macros.lisp.

Macro: cond-> (init &body exps)
Package

arrow-macros.

Source

arrow-macros.lisp.

Macro: cond->> (init &body exps)
Package

arrow-macros.

Source

arrow-macros.lisp.

Macro: some-<> (init &body exps)
Package

arrow-macros.

Source

arrow-macros.lisp.

Macro: some-<>> (init &body exps)
Package

arrow-macros.

Source

arrow-macros.lisp.

Macro: some-> (init &body exps)
Package

arrow-macros.

Source

arrow-macros.lisp.

Macro: some->> (init &body exps)
Package

arrow-macros.

Source

arrow-macros.lisp.


5.2 Internals


5.2.1 Special variables

Special Variable: *diamond-wands*
Package

arrow-macros.

Source

arrow-macros.lisp.


5.2.2 Ordinary functions

Function: arrow-macro (init exps &optional >>-p some-p)
Package

arrow-macros.

Source

arrow-macros.lisp.

Function: cond-arrow-macro (init exps &optional >>-p)
Package

arrow-macros.

Source

arrow-macros.lisp.

Function: diamond-wand (init exps &optional >>-p some-p)
Package

arrow-macros.

Source

arrow-macros.lisp.

Function: diamond-wand% (diamond-exp exps some-p)
Package

arrow-macros.

Source

arrow-macros.lisp.

Function: diamond-wand-symbol-p (sym)
Package

arrow-macros.

Source

arrow-macros.lisp.

Function: has-diamond (exp)
Package

arrow-macros.

Source

arrow-macros.lisp.

Function: replace-diamond (exp diamond-exp)
Package

arrow-macros.

Source

arrow-macros.lisp.


Appendix A Indexes


A.1 Concepts


A.3 Variables

Jump to:   *  
S  
Index Entry  Section

*
*diamond-wands*: Private special variables

S
Special Variable, *diamond-wands*: Private special variables