I built Aethra — a small, easy-to-learn domain-specific language specifically for making music.
It's implemented in C# (.NET) and lets you express musical ideas directly as code without fighting general-purpose language boilerplate.
The syntax is intentionally minimal and music-first (inspired by live coding environments but much simpler to get started with).
Repo: https://github.com/TanmayCzax/aethra
Would love to hear: - What do musicians / coders think of the syntax? - What musical features are missing for you? - Any horrible design decisions?
Thanks for looking!