mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-03 08:34:33 +00:00
![]() I don't know if this matters at all, but I don't think we should use "rlib". The [rust docs](https://doc.rust-lang.org/reference/linkage.html) suggest using "lib" by default. "lib" probably just aliases to "rlib", but it lets the compiler pick what it wants. I don't think this will fix anything, but I am half hopeful it will somehow fix #6121. |
||
---|---|---|
.. | ||
effects-platform | ||
false-interpreter | ||
tui-platform | ||
argsBROKEN.roc | ||
countdown.roc | ||
echo.roc | ||
effects.roc | ||
env.roc | ||
fileBROKEN.roc | ||
form.roc | ||
http-get.roc | ||
ingested-file-bytes.roc | ||
ingested-file.roc | ||
README.md | ||
tui.roc |
CLI examples
Note: You probably will want to use the basic-cli
platform. This folder will be removed soon.
These are examples of how to make basic CLI (command-line interface) and TUI (terminal user interface) apps in Roc.