The curly Reference Manual

This is the curly Reference Manual, version 0.1, generated automatically by Declt version 4.0 beta 2 "William Riker" on Mon Feb 26 16:10:50 2024 GMT+0.

Table of Contents


1 Introduction


2 Systems

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


2.1 curly

Reader macros for easy function currying and composition.

Author

Maciej Pasternacki <>

License

BSD sans advertising clause (see file COPYING for details)

Version

0.1

Source

curly.asd.

Child Component

curly.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 curly/curly.asd

Source

curly.asd.

Parent Component

curly (system).

ASDF Systems

curly.

Packages

curly.system.


3.1.2 curly/curly.lisp

Source

curly.asd.

Parent Component

curly (system).

Packages

curly.

Public Interface
Internals

4 Packages

Packages are listed by definition order.


4.1 curly

Source

curly.lisp.

Use List

common-lisp.

Public Interface
Internals

4.2 curly.system

Source

curly.asd.

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

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: *blank-argument*

Symbol used to indicate argument place in curly syntax.

Package

curly.

Source

curly.lisp.


5.1.2 Macros

Macro: disable-curly-syntax ()

Disable curly syntax for current file.

Warning: Calling DISABLE-CURLY-SYNTAX when curly syntax is not enabled can give funny results. Also, reading multiple files using ENABLE-CURLY-SYNTAX and DISABLE-CURLY-SYNTAX in different threads can invoke a disaster. ENABLE-CURLY-SYNTAX itself is safe.

Package

curly.

Source

curly.lisp.

Macro: enable-curly-syntax ()

Enable curly syntax for current file.

Package

curly.

Source

curly.lisp.


5.1.3 Ordinary functions

Function: curly-reader (stream char)

Reader macro for #{ character.

Package

curly.

Source

curly.lisp.

Function: make-curly-readtable (&optional original-readtable)

Return new readtable with curly syntax enabled.

Package

curly.

Source

curly.lisp.

Function: square-reader (stream char)

Reader macro for #[ character.

Package

curly.

Source

curly.lisp.


5.2 Internals


5.2.1 Special variables

Special Variable: *original-readtable*

Original readtable to restore, used by ENABLE/DISABLE-CURLY-SYNTAX.

Package

curly.

Source

curly.lisp.


5.2.2 Ordinary functions

Function: curlylist (item rest)
Package

curly.

Source

curly.lisp.


Appendix A Indexes


A.1 Concepts