modula t.
modula t.
Hi. I was checking out your talk about eshell for emacsconf 2022 and wanted to try out the `do` command you wrote, however it doesn't seem to work for me....
`collidxr` is a collection of syntax sugar and conveniences extending [cl-collider](https://github.com/byulparan/cl-collider), a Common Lisp interface to the SuperCollider sound synthesis server. Repo: https://github.com/defaultxr/collidxr
**NOTE:** This is a work-in-progress. Please don't merge this yet as it probably should have testing and discussion. This is an attempt to make it possible to automatically import (most)...
With Flute and Parenscript, something like this doesn't work: ```lisp (h (script (ps (dotimes (n 3) (alert "test"))))) ``` because the result looks like this: ```html (function () { for...