title: Text-based User Interface ...
TUI is a "UI made with text" in short. Usually, it means what the program works in user's terminal (actual or emulated).
- /haskell/brick, the TUI framework for /Haskell
- bubbletea, "A powerful little TUI framework" for /Golang based on The /Elm Architecture
- Textualize, a modern TUI framework for /Python
- "Capturing the magic of
Prelude.interact
", a good article about making the interactive programs in a functional way (/FP).