roc/examples
2023-05-15 16:51:56 +10:00
..
cli enable using other zig libaries in host instead of just str.zig 2023-04-25 14:14:35 -07:00
glue find extern names using the variables (not layouts) 2023-04-21 18:21:01 +02:00
gui Merge remote-tracking branch 'origin/main' into glue-getters-rtfeldman 2023-03-08 19:46:00 +01:00
jvm-interop format+typos for ci 2023-03-22 20:56:10 +02:00
nodejs-interop Simplify wasm NodeJS example 2023-05-02 19:56:14 -04:00
parser use basic-cli 0.3.2 2023-04-29 14:02:08 +02:00
platform-switching Merge pull request #5333 from roc-lang/wasm-flow 2023-04-29 20:43:58 +00:00
python-interop mono and update Json.fromUtf8 and Json.toUtf8 to Json.json 2023-04-21 10:57:48 +10:00
ruby-interop mono and update Json.fromUtf8 and Json.toUtf8 to Json.json 2023-04-21 10:57:48 +10:00
static-site-gen clarify cow_str usage 2023-04-12 17:17:18 +10:00
swiftui moved benchmarks to nix 2022-10-17 17:40:35 +02:00
virtual-dom-wip merge remote/main and update mono tests 2023-05-15 16:51:56 +10:00
.gitignore .rh and .rm adjustments, basic-cli nightly prep 2023-03-20 12:24:30 +01:00
helloWorld.roc use basic-cli 0.3.2 2023-04-29 14:02:08 +02:00
helloWorldNoURL.roc add helloWorldNoURL 2022-12-27 15:03:31 +01:00
README.md update and simplify examples README 2022-10-17 12:28:09 +02:00

Examples

To run examples:

roc run examples/hello-world/main.roc

crates/cli_testing_examples/ has even more examples.