Live data from Hacker News

Extempore – An audiovisual live programming environment

extemporelang.github.io

11–14 of 14 posts

Re: Extempore – An audiovisual live programming environment

#11

Earlier quoted context omitted.

Overtone? https://overtone.github.io/

Overtone was/is Clojure over SuperCollider. There are a number of other similar lisp things though. Incudine might be the one you're thinking of?

Nyquist [1] is a XLisp derivative that shares temporal recursion with Extempore. Not sure it had any connection to Emacs though.

1: https://www.cs.cmu.edu/~music/nyquist/

Re: Extempore – An audiovisual live programming environment

#12
post #11

Earlier quoted context omitted.

Overtone was/is Clojure over SuperCollider. There are a number of other similar lisp things though. Incudine might be the one you're thinking of?

Nyquist [1] is a XLisp derivative that shares temporal recursion with Extempore. Not sure it had any connection to Emacs though. 1: https://www.cs.cmu.edu/~music/nyquist/

Yeah Nyquist is cool too, just got the book. I believe Common Music preceded both Extempore and Nyquist in that regard, and also uses a TinyScheme descendent, s7 Scheme. I use s7 in Scheme For Max for temporal recursion too.

Demo of temporal recursion in Scheme for Max here: https://youtu.be/pg7B8h4yHkU

And my tutorial on it: https://iainctduncan.github.io/s4m-stk/

Post reply on HN