alda-lang / alda

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

Add `describe` operation to REPL server doc #423

Closed nvitucci closed 1 year ago

nvitucci commented 1 year ago

I have noticed that the describe operation is not included in the REPL server doc. Any reasons for not adding it?

daveyarwood commented 1 year ago

I think I may have left out the describe, clone and eval ops from that doc, even though the server does support them, because I implemented them only for general adherence to the nREPL spec:

But, that said, I don't see any harm in documenting them. describe is useful in that it tells you the Alda version.

Thanks for the PR!