Skip to content
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

Tidal listener update and rework #996

Merged
merged 2 commits into from
Feb 5, 2023

Conversation

polymorphicengine
Copy link
Collaborator

I finally found the time to rework the tidal-listener with all the things i discovered while developing tidal-gui.

tidal-listener is now capable of interpreting any haskell statement (i.e. expressions of type IO a), in that way it is now very similar to ghci, trying to show the value resulting from the statement if possible.

further, let and bindings of the form x <- statement are also valid statements that will bind variables that are kept in memory by the interpreter

for a full list of commands and commandline arguments see the README

@yaxu
Copy link
Member

yaxu commented Jan 31, 2023

Oh excellent !

@yaxu yaxu merged commit b668470 into tidalcycles:main Feb 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants