This package browser is in early development. Mind the rough edges.

extempore 0.8.9

Programming environment for live coding of multimedia

Extempore is a programming language and runtime environment designed with live programming in mind. It supports interactive programming in a REPL style, compiling and binding code just-in-time. Although Extempore has its roots in 'live coding' of audiovisual media art, it is suitable for any task domain where dynamic run-time modifiability and good numerical performance are required. Extempore also has strong timing and concurrency semantics, which are helpful when working in problem spaces where timing is important (such as audio and video).

Installation

Install extempore 0.8.9 as follows:

guix install extempore@0.8.9

Or install the latest version:

guix install extempore

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.