mirror of
https://github.com/roc-lang/roc.git
synced 2024-11-10 18:08:55 +03:00
.. | ||
cli-platform | ||
effects-platform | ||
tui-platform | ||
.gitignore | ||
countdown.roc | ||
echo.roc | ||
effects.roc | ||
form.roc | ||
http-get.roc | ||
README.md | ||
tui.roc |
Interactive examples
These are examples of how to make extremely basic CLI (command-line interface) and TUI (terminal user interface) apps in Roc.
There's not currently much documentation for the CLI platform (which also doesn't support many operations at this point!)
but you can look at the modules it includes - for example,
multiple other modules use the Task
module, including the
Stdin
and Stdout
modules.