roc/examples
Brendan Hansknecht e520eaddcc
Merge pull request #5333 from roc-lang/wasm-flow
Fix misc wasm compilation issues
2023-04-29 20:43:58 +00: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
parser update to basic-cli 3.1 2023-03-29 10:46:47 +02:00
platform-switching Merge pull request #5333 from roc-lang/wasm-flow 2023-04-29 20:43:58 +00:00
python-interop Fix empty list bug in several interop examples 2023-03-17 21:42:36 -04:00
ruby-interop Fix empty list bug in several interop examples 2023-03-17 21:42:36 -04: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
typescript-interop Set refcount in init_rocbytes 2023-03-19 09:48:31 -04:00
virtual-dom-wip enable using other zig libaries in host instead of just str.zig 2023-04-25 14:14:35 -07:00
.gitignore .rh and .rm adjustments, basic-cli nightly prep 2023-03-20 12:24:30 +01:00
helloWorld.roc add basic checking for if an ingested file exists 2023-04-09 14:03:32 -07: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.