Just a warning for folks getting excited, I think Overtone was cool, but it's a dead project and there are lots of currently live options for doing similar things instead. Overtone has not seen work from the author since 2015 as he now focuses on Sonic Pi, his Ruby based system. And it's had very minimal activity by others in a long time.
If you want to use something similar to Clojure, there is CL-Collider, the common lisp front end to supercollider.
Or on a related but different tip, I am the author of Scheme for Max and Scheme for Pd, which you can use to script Max and PD with s7 Scheme. I will be doing another release this fall having now just finished my Master's thesis on it. There is also Julien Vincenot's MoZLib for CL alongside Max. Extempore is another Scheme based live coding system.
Recently I watched a great presentation[0] about Overtone by Chris Ford, delivered back in 2012.
It was also the first time I saw my SO interested in a programming language talk - she isn't familiar with programming, but she does have a music background.
Most live coding languages relying on SuperCollider can take advantage of the client-server architecture of SC and support collaboration easily. So it's very interesting that the concept of collaboration is highlighted on Overtone website. Is it embedded in the language aspect?
When I develop Glicol[1], I want to build a WYSIWYG style: for example commenting out a line will mute the track. But it brought some challenges to collaboration so I have to build some "consensus" mechanism on top of the Google doc style text co-editing (powered by yjs[2]).
>If setup and draw are hard working artistic gladiators, sketch is the arena in which they battle for the glory of art. However, they don't actually fight each other - they work as a team - relentlessly spilling colour all over the arena sands. The crowds roar for messy fight.
If you want to use something similar to Clojure, there is CL-Collider, the common lisp front end to supercollider.
Or on a related but different tip, I am the author of Scheme for Max and Scheme for Pd, which you can use to script Max and PD with s7 Scheme. I will be doing another release this fall having now just finished my Master's thesis on it. There is also Julien Vincenot's MoZLib for CL alongside Max. Extempore is another Scheme based live coding system.