roc/examples
2023-06-10 15:04:25 -04:00
..
cli merge main 2023-06-10 15:04:25 -04:00
glue remove all definitions of roc_memcpy 2023-06-02 15:23:05 -07: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 remove all definitions of roc_memcpy 2023-06-02 15:23:05 -07:00
parser use basic-cli 0.3.2 2023-04-29 14:02:08 +02:00
platform-switching remove all definitions of roc_memcpy 2023-06-02 15:23:05 -07: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
.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.