I don't have anything against AI, but HN (and everywhere else) seems to be drowning in AI atm.
Seems like every man and his dog is building an AI agent harness. And power to you (and your dog) if that's you.
But it would be refreshing to hear about some non AI related projects people are working on.
The idea came after I finished a permanent piece for a museum using MaxMsp and python. I always had this thought in the back of my mind that "I could express this so much easier in a few lines of code.."
here's the language spec: https://github.com/audion-lang/audion/blob/main/docs/LANGUAG...
I really liked how objects came out, I don't think it needs any more since I can do object composition.
There are some nice functions to generate rhythms and melodies with combinatorics, see src/sequences.rs and melodies.rs
Its a WIP but you can use it now to create music with whatever you want: hardware/daws/supercollider
supercollider is tightly integrated but not required. I havent had time to develop userland libraries yet but I'm working on it