-
-
Notifications
You must be signed in to change notification settings - Fork 292
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add the support of alda-code
in Alda 2
#379
Comments
In alda-rb, |
Good call. I think we can add |
I started looking at this briefly tonight, and it's more challenging than I expected! There is a cyclical package issue that we'll need to work through. Right now, the way the code base is structured, there is a The problem is that the
It seems like a refactor is needed, which I am not opposed to doing. I'll just have to think about how I can restructure things to avoid this cyclic import. Help would be welcome, if anybody has any ideas about how to do this restructuring. |
I pushed this commit 6fdfe8f on a branch with my work in progress. |
I think I have an idea of how to do this. We could expose |
alda-code
accepts just a string to work, so Alda 2 should be able to support it even with a much simpler lisp than Clojure. This function is important because it can serve as workaround for some features that Alda currently does not support (#323, #133, etc).The text was updated successfully, but these errors were encountered: