Skip to content

bring tidal-listener option back #200

@polymorphicengine

Description

@polymorphicengine

hey! I just updated the tidal listener (tidalcycles/Tidal#996) and it is now much more like ghci, i think it would be great to be able to choose it as an interpreter (hopefully in the future it will be runnable without an installed haskell environment).

currently you can send it haskell statements to evaluate, ask for types and load haskell files containing definitions. to do this you send it messages like /eval <code> or /type <code>.

what i am wondering is if i should make it even more ghci like and just have it receiv one type of message that is either an expression to evaluate or starts with :t or :load.

on the other hand this could also be handled on the editor side of things, which do you think would be better?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions