The livesupport Reference Manual

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

Table of Contents


1 Introduction


2 Systems

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


2.1 livesupport

Some helpers that make livecoding with slime/sly a little easier

Author

Chris Bagley (Baggers) <>

License

BSD 2 Clause

Source

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

Source

livesupport.asd.

Parent Component

livesupport (system).

ASDF Systems

livesupport.


3.1.2 livesupport/package.lisp

Source

livesupport.asd.

Parent Component

livesupport (system).

Packages

livesupport.


3.1.3 livesupport/livesupport.lisp

Dependency

package.lisp (file).

Source

livesupport.asd.

Parent Component

livesupport (system).

Public Interface
Internals

4 Packages

Packages are listed by definition order.


4.1 livesupport

Source

package.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: 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

livesupport.

Source

livesupport.lisp.


5.1.2 Ordinary functions

Function: find-initial-thread ()
Package

livesupport.

Alias for

%find-initial-thread.

Function: move-repl-thread-to-initial-thread ()
Package

livesupport.

Source

livesupport.lisp.

Function: peek ()
Package

livesupport.

Source

livesupport.lisp.

Function: reset-livecoding (&optional repl-backend)
Package

livesupport.

Source

livesupport.lisp.

Function: setup-lisp-repl ()
Package

livesupport.

Source

livesupport.lisp.

Package

livesupport.

Source

livesupport.lisp.


5.2 Internals


5.2.1 Ordinary functions

Function: %find-initial-thread ()
Package

livesupport.

Source

livesupport.lisp.

Function: get-server-connection ()
Package

livesupport.

Source

livesupport.lisp.


Appendix A Indexes


A.1 Concepts


A.3 Variables