roc/examples/interactive
2022-05-19 09:26:04 +01:00
..
cli-platform formatter: support removing blank lines between all when branches in when expressions 2022-05-19 09:26:04 +01:00
effects-platform Merge remote-tracking branch 'origin/trunk' into update_zig_09 2022-05-07 19:38:04 +02:00
tui-platform Merge remote-tracking branch 'origin/trunk' into update_zig_09 2022-05-07 19:38:04 +02:00
.gitignore Move effects example into interactive/ 2022-03-07 20:10:50 -07:00
countdown.roc Consolidate interactive examples into one dir 2022-03-07 20:10:50 -07:00
echo.roc fixed the previous formatting change when inside longer pipeline 2022-03-09 14:07:52 +01:00
effects.roc update examples with empty record patterns formatting 2022-05-16 22:24:23 +01:00
form.roc Consolidate interactive examples into one dir 2022-03-07 20:10:50 -07:00
README.md Consolidate interactive examples into one dir 2022-03-07 20:10:50 -07:00
tui.roc update examples with empty record patterns formatting 2022-05-16 22:24:23 +01:00

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.