Ioke has an interesting macro system https://olabini.com/blog/2009/01/macro-types-in-ioke-or-what-is-a-dmacro/ (essentially f-exprs AFAICS. I've accidentally implemented f-exprs in the past)
miniblog.
Related Posts
I'm considering switching my personal servers (on Digital Ocean) from Ubuntu to Debian. I essentially just need something running Docker for most of my projects.
Debian seems to require upgrading less often. Any opinions?
TIL cargo is exploring a Rust script mode, essentially a concatenation of Cargo.toml and main.rs
https://www.youtube.com/watch?v=0DLdQ6yb7h8 is a really accessible introduction to programming workflows with Sly for Common Lisp.
The notion of 'stickers' is novel to me: you mark places in the code where you want to remember values (essentially tracing) or pop to a debugger (breakpoints).