Artistic live-coding in Common Lisp. Why artistic? Oh..
This thing inspired by fluxus. It gently catches your mistakes and let you fly with wings of Lisp. No more stupid crashes. Baa..
To make it fly you need newest SBCL and quicklisp installed. freeglut
library can be installed with Linux package manager, on Windows freeglut.dll
will putted with SBCL binaries.
Then just
cd ~/quicklisp/local-projects
git clone https://github.com/honix/Artilico.git
sbcl --load Artilico/quick-start.lisp
You can also load the project using (ql:quickload :artilico)
and then call (artilico:gogogo)
It is pretty similar to all you like text editors, except:
ctrl + Enter
Evaluate code
- Text select
- Copy/Paste
- Top-level forms in separate units / 2D pannable surface
- Remove this todo section