forked from lisongx/atom-tidal
-
Notifications
You must be signed in to change notification settings - Fork 30
Open
Labels
Description
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?
Reactions are currently unavailable