The swank.live Reference Manual

This is the swank.live Reference Manual, generated automatically by Declt version 4.0 beta 2 "William Riker" on Mon Feb 26 17:59:42 2024 GMT+0.

Table of Contents


1 Introduction


2 Systems

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


2.1 swank.live

Some helpers that make live coding with slime/swank easier

Author

Chris Bagley (Baggers) <>

License

BSD 2 Clause

Dependency

swank (system).

Source

swank.live.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 swank.live/swank.live.asd

Source

swank.live.asd.

Parent Component

swank.live (system).

ASDF Systems

swank.live.


3.1.2 swank.live/package.lisp

Source

swank.live.asd.

Parent Component

swank.live (system).

Packages

swank.live.


3.1.3 swank.live/swank.live.lisp

Dependency

package.lisp (file).

Source

swank.live.asd.

Parent Component

swank.live (system).

Public Interface
Internals

continuable (macro).


4 Packages

Packages are listed by definition order.


4.1 swank.live

Source

package.lisp.

Use List

common-lisp.

Public Interface
Internals

continuable (macro).


5 Definitions

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


5.1 Public Interface


5.1.1 Ordinary functions

Function: peek (x)
Package

swank.live.

Source

swank.live.lisp.

Function: update-swank ()

Called from within the main loop, this keep the lisp repl working while cepl runs

Package

swank.live.

Source

swank.live.lisp.


5.2 Internals


5.2.1 Macros

Macro: continuable (&body body)

Helper macro that we can use to allow us to continue from an error. Remember to hit C in slime or pick the restart so errors don’t kill the app.

Package

swank.live.

Source

swank.live.lisp.


Appendix A Indexes


A.1 Concepts


A.3 Variables