roc/examples
2023-03-13 23:29:28 +01:00
..
cli Merge remote-tracking branch 'origin/main' into glue-getters-rtfeldman 2023-03-08 19:46:00 +01:00
glue format roc code 2023-03-13 23:06:40 +01:00
gui Merge remote-tracking branch 'origin/main' into glue-getters-rtfeldman 2023-03-08 19:46:00 +01:00
parser more formatting 2023-03-13 23:29:28 +01:00
platform-switching more formatting 2023-03-13 23:29:28 +01:00
python-interop Update README.md 2023-02-17 01:19:10 +02:00
ruby-interop Drop obsolete mentions of roc_send_signal 2022-12-08 06:36:12 -05:00
static-site-gen Merge remote-tracking branch 'origin/main' into glue-getters-rtfeldman 2023-03-08 19:46:00 +01:00
swiftui moved benchmarks to nix 2022-10-17 17:40:35 +02:00
virtual-dom-wip Fix JSON encoding bug 2023-01-27 23:44:30 +00:00
.gitignore update tutorial, cleanup 2022-11-28 20:13:39 +01:00
helloWorld.roc use basic-cli 0.2.0 2023-01-21 19:06:06 +01: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.