Skip to content

roc-lang/basic-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

0fda645 ยท May 10, 2025
Mar 31, 2025
May 10, 2025
Apr 25, 2025
Mar 12, 2025
May 10, 2025
May 6, 2025
May 10, 2025
Jan 8, 2025
May 3, 2025
Jun 29, 2024
Mar 19, 2025
Mar 19, 2025
Sep 19, 2023
Mar 22, 2025
Jul 15, 2024
Jan 17, 2025
May 2, 2025
Apr 8, 2025
Dec 30, 2024
Jan 16, 2025

Repository files navigation

Roc-Lang

basic-cli

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

๐Ÿ‘€ examples:

๐Ÿ“– documentation:

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!