roc/examples
2023-08-12 19:34:33 +02:00
..
cli Merge remote-tracking branch 'origin/main' into abilities-syntax 2023-08-10 20:36:01 -04:00
glue Remove some unnecessary dbg! uses 2023-06-26 20:05:59 -04:00
gui mark broken gui examples 2023-08-01 17:12:21 +02:00
jvm-interop remove all definitions of roc_memcpy 2023-06-02 15:23:05 -07:00
nodejs-interop Go back to wasm32 2023-06-20 08:06:34 -04:00
parser basic-cli 0.4.0 -> 0.5.0 2023-08-12 19:34:33 +02:00
platform-switching upgrade to rust 1.70.0 2023-07-25 17:44:46 +02:00
python-interop merge main 2023-06-10 15:04:25 -04:00
ruby-interop merge main 2023-06-10 15:04:25 -04:00
static-site-gen remove all definitions of roc_memcpy 2023-06-02 15:23:05 -07:00
swiftui moved benchmarks to nix 2022-10-17 17:40:35 +02:00
virtual-dom-wip merge main 2023-06-10 15:04:25 -04:00
webserver webserver example setjmp/longjmp error handling 2023-06-26 22:14:39 -04:00
.gitignore .rh and .rm adjustments, basic-cli nightly prep 2023-03-20 12:24:30 +01:00
helloWorld.roc basic-cli 0.4.0 -> 0.5.0 2023-08-12 19:34:33 +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.