alda-lang / alda

A music programming language for musicians. :notes:
https://alda.io
Eclipse Public License 2.0
5.59k stars 286 forks source link

It would be good to have a mini player along side each snippet in documentation #391

Closed quaintdev closed 1 year ago

quaintdev commented 3 years ago

Something like Go playground where the user gets a small icon in the code snippet to execute the code online without installing Go. We can maybe also allow people to try out their own code.

daveyarwood commented 3 years ago

That's a great idea. I've had some thoughts about how to get Alda to run in a browser. It's non-trivial, but I think it's pretty doable. I've started collecting my thoughts about how to do this in #392.

I think it's going to be a while before I have time to try this out, so in the meantime, if anybody has the itch to experiment with running Alda in the browser, I'd love to see it!