The hu.dwim.common Reference Manual

This is the hu.dwim.common Reference Manual, generated automatically by Declt version 4.0 beta 2 "William Riker" on Mon Feb 26 16:42:12 2024 GMT+0.

Table of Contents


1 Introduction


2 Systems

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


2.1 hu.dwim.common

An extended Common Lisp package to the general needs of other hu.dwim systems.

Authors

Tamás Borbély <>
Attila Lendvai <>
Levente Mészáros <>

License

BSD or Bugroff

Defsystem Dependency

hu.dwim.asdf (system).

Dependencies
  • alexandria (system).
  • anaphora (system).
  • closer-mop (system).
  • hu.dwim.common-lisp (system).
  • iterate (system).
  • metabang-bind (system).
Source

hu.dwim.common.asd.

Child Component

source (module).


3 Modules

Modules are listed depth-first from the system components tree.


3.1 hu.dwim.common/source

Source

hu.dwim.common.asd.

Parent Component

hu.dwim.common (system).

Child Components

4 Files

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


4.1 Lisp


4.1.1 hu.dwim.common/hu.dwim.common.asd

Source

hu.dwim.common.asd.

Parent Component

hu.dwim.common (system).

ASDF Systems

hu.dwim.common.


4.1.2 hu.dwim.common/source/common.lisp

Dependency

package.lisp (file).

Source

hu.dwim.common.asd.

Parent Component

source (module).

Public Interface

4.1.3 hu.dwim.common/source/package.lisp

Source

hu.dwim.common.asd.

Parent Component

source (module).

Packages

hu.dwim.common.

Public Interface

in-package (macro).


5 Packages

Packages are listed by definition order.


5.1 hu.dwim.common

Source

package.lisp.

Use List
  • alexandria.
  • anaphora.
  • closer-mop.
  • hu.dwim.common-lisp.
  • iterate.
  • metabang.bind.
Public Interface

6 Definitions

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


6.1 Public Interface


6.1.1 Macros

Macro: dolist ((iterator list &optional return-value) &body body)

Like DOLIST except when ITERATOR is a cons, in which case it DESTRUCTURING-BIND’s the elements of LIST to it.

Package

hu.dwim.common.

Source

common.lisp.

Macro: in-package (name)
Package

hu.dwim.common.

Source

package.lisp.


6.1.2 Ordinary functions

Function: export-external-symbols (source-package target-package &key filter if-exists)
Package

hu.dwim.common.

Source

common.lisp.

Function: export-external-symbols-of-used-packages (package &key filter)
Package

hu.dwim.common.

Source

common.lisp.

Function: import-all-owned-symbols (source-package target-package &key overwrite)
Package

hu.dwim.common.

Source

common.lisp.


Appendix A Indexes


A.1 Concepts


A.3 Variables