basic-cli

September 3, 2025 ยท View on GitHub

Roc-Lang

basic-cli

A Roc platform to work with files, commands, HTTP, TCP, command line arguments,...

:eyes: examples:

  • 0.20.0
  • 0.19.0
  • 0.18.0
  • latest main branch

:book: documentation:

  • 0.20.0
  • 0.19.0
  • 0.18.0
  • latest main branch

Running Locally

If you clone this repo instead of using the release URL you'll need to build the platform once:

./jump-start.sh
roc build.roc --linker=legacy

Then you can run like usual:

$ roc examples/hello-world.roc
Hello, World!