Closed stefafafan closed 4 years ago
Hi, thanks for raising the issue. A couple of points:
HEAD
.The good news is that I've got some time over the summer to sort this sort of thing out, so although I don't have a precise timeline for you I'll keep this open and close it when it's done. If you find any more specific issues then feel free to add them here.
Great! Thanks for the quick response :)
Ok, since the release story is now much nicer (and we really should try and keep the docs in sync) I'll close this one.
Hello, I am new to extempore.
I was checking out the docs, and it told me the binary release may be a good option to get me going, so I tried that out. https://extemporelang.github.io/docs/overview/install/
So I got the 0.7.0 from here which was released in April 2016. (I am running it on macOS Mojave 10.14.1) https://github.com/digego/extempore/releases
Now I see that I am good to go, I went on to the guide to try out instruments on this page. https://extemporelang.github.io/docs/guides/note-level-music/
However the code below does not work for 0.7.0 (the make-instrument macro does not work but if I change it with bind-instrument it works).
I checked out the other issues and the code and see that the make-instrument macro was added in 2017, so I guess the documentation is up to date but the recommended installation method is old (since the latest release is 2016).
My suggestion
I think most beginners will first try out with the binary && example code in the documents, but I understand it is probably hard to sync the version of the docs and the code--perhaps write somewhere in the docs that the sample code there works for the newest code and not necessarily for the newest release build?
Other than that, nice project 👍