Cian O'Connorcian
Jun 25, 2026, 1:30 PMFinally worked out how to do coroutines (e.g. yield) in Common Lisp, using cl-cont, so I can give cl-collider parity with SuperCollider for scheduling.
Still don't entirely trust cl-cont (code walker macros give me the ick), but so far I haven't run into any issues.
So now I'm working through Eli Fielsteel's examples in his SuperCollider book and seeing how to translate them them to Common Lisp with cl-collider.