turion / rhine

Haskell Functional Reactive Programming framework with type-level clocks
http://hackage.haskell.org/package/rhine
123 stars 21 forks source link

Another more involved Terminal example #175

Open jmatsushita opened 2 years ago

jmatsushita commented 2 years ago

Following from #165 this is a more involved example with:

The goal is loosely defined and mostly to learn to use rhine in various scenarios without the complexity of a full GUI, but I'd like this example to be a somewhat dynamic REPL-like TUI. Such that for instance, the prompt changes dynamically depending on the state of the user input. Stretch goals would include autocomplete.