roc/examples
2023-07-11 11:33:31 -04:00
..
cli Make has have 4 identation spaces 2023-07-04 11:24:40 +02:00
glue Remove some unnecessary dbg! uses 2023-06-26 20:05:59 -04:00
gui remove all definitions of roc_memcpy 2023-06-02 15:23:05 -07: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 Merge remote-tracking branch 'origin/main' into linux64 2023-07-11 11:33:31 -04:00
platform-switching switch to rust 1.67 2023-07-10 18:25:52 +02:00
python-interop Merge remote-tracking branch 'remote/main' into remove-json 2023-06-07 15:38:01 +10:00
ruby-interop Merge remote-tracking branch 'remote/main' into remove-json 2023-06-07 15:38:01 +10: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 remote-tracking branch 'remote/main' into remove-json 2023-06-07 15:38:01 +10: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 use basic-cli 0.4 2023-06-22 22:33:10 +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.