Love 100r! There aren't a ton of examples online, but their livecoding music software/language, ORCA, is a remarkable instrument. https://100r.co/site/orca.html
I posted a clip to bsky a few weeks back: https://bsky.app/profile/r.whal.ing/post/3lpyrm4vrqs2d
And Allieway Audio made some great Youtube videos about ORCA too if people would like to learn how it works in more of a tutorial format: https://www.youtube.com/watch?v=RaI_TuISSJE&t=446s
(I love the Dwarf Fortress background for this video, it absolutely nails the vibe)
I don't suppose you are the live coding Richard who was on Lopez Island earlier this month, are you?
Oh this is the same group behind ORCA? I should read up on them more if they have multiple projects like this
Love orca, and that's a really nice example. Messed with it a bit when it came out, and one toy project I'll share in the hopes that someone does it before me: an orca GUI that uses a larger grid with representative images in place of single char glyphs. I found that writing orca is fairly straightforward — you look up the sheet, find a thing and do it. It's reading that's the hurdle. An 8 char chunk that made perfect sense when I wrote it takes just as many lookups to read later. This probably gets easier over time, but I still think it's a cool design opportunity.