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).
- Website: https://github.com/digego/extempore
- Licenses: FreeBSD
- Package source: gnu/packages/music.scm
- Builds: See build status
- Issues: See known issues
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.