The glyphs Reference Manual

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

Table of Contents


1 Introduction


2 Systems

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


2.1 glyphs

Glyphs to reduce Common Lisp verbosity

Author

Matthew Carter <>

License

GPLv3

Dependencies
  • cl-ppcre (system).
  • parenscript (system).
  • named-readtables (system).
Source

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

Source

glyphs.asd.

Parent Component

glyphs (system).

ASDF Systems

glyphs.


3.1.2 glyphs/package.lisp

Source

glyphs.asd.

Parent Component

glyphs (system).

Packages

glyphs.


3.1.3 glyphs/glyphs.lisp

Dependency

package.lisp (file).

Source

glyphs.asd.

Parent Component

glyphs (system).

Public Interface
Internals

4 Packages

Packages are listed by definition order.


4.1 glyphs

Source

package.lisp.

Use List
  • cl-ppcre.
  • common-lisp.
  • editor-hints.named-readtables.
  • parenscript.
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: *ψ*
Package

glyphs.

Source

glyphs.lisp.


5.1.2 Macros

Macro: ± (a b)
Package

glyphs.

Source

glyphs.lisp.

Macro: ƒ (name &rest rest)

Similar to defun, requires using x as the default case

Package

glyphs.

Source

glyphs.lisp.

Macro: ƒƒ (name &rest rest)

PS - Similar to defun, requires using x as the default case

Package

glyphs.

Source

glyphs.lisp.

Macro: ƒ→ (name types &rest rest)

Similar to defun, requires using α as the default case. Includes the type safety of defn.

Package

glyphs.

Source

glyphs.lisp.

Macro: λ (&rest rest)

Similar to lambda, requires using x as the default case

Package

glyphs.

Source

glyphs.lisp.

Macro: λλ (&rest rest)

PS - Similar to lambda, requires using x as the default case

Package

glyphs.

Source

glyphs.lisp.

Macro: ψ (data &rest rest)

Shortcut for a mapcar with the short lambda stuff

Package

glyphs.

Source

glyphs.lisp.


5.2 Internals


5.2.1 Macros

Macro: /. (&rest rest)
Package

glyphs.

Source

glyphs.lisp.

Macro: /./. (&rest rest)
Package

glyphs.

Source

glyphs.lisp.

Macro: afn (n &rest r)

Define a function with an anaphoric it. arity/1

Package

glyphs.

Source

glyphs.lisp.

Macro: arg-walker (&rest args)
Package

glyphs.

Source

glyphs.lisp.

Macro: defn (name types args &rest rest)

Type safe defun

Package

glyphs.

Source

glyphs.lisp.

Macro: ff (&rest rest)
Package

glyphs.

Source

glyphs.lisp.

Macro: pm (name args &rest rest)
Package

glyphs.

Source

glyphs.lisp.


5.2.2 Ordinary functions

Function: flatten (structure)
Package

glyphs.

Source

glyphs.lisp.

Function: greplace (stream char)
Package

glyphs.

Source

glyphs.lisp.

Function: gscan (stream char)
Package

glyphs.

Source

glyphs.lisp.


Appendix A Indexes


A.1 Concepts


A.3 Variables

Jump to:   *  
S  
Index Entry  Section

*
*ψ*: Public special variables

S
Special Variable, *ψ*: Public special variables