roc/examples
Anton-4 3eda00cb62
Merge pull request #5144 from lukewilliamboswell/static-site
Add code file import feature for `static-site-gen` platform
2023-03-20 11:16:57 +01:00
..
cli try using roc_alloc and roc_dealloc (aka malloc and free) for buffers in false 2023-03-13 14:53:20 -07:00
gui run a toml formatter and then clean it up a bit 2023-03-06 19:47:57 -08:00
parser Merge branch 'main' of github.com:roc-lang/roc into tutorial_updates 2023-03-13 19:46:05 +01:00
platform-switching standardize on decref instead of deinit for name 2023-03-13 14:08:23 -07: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 update to use file: prefix 2023-03-19 14:10:22 +11: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 standardize on decref instead of deinit for name 2023-03-13 14:08:23 -07:00
.gitignore update tutorial, cleanup 2022-11-28 20:13:39 +01:00
helloWorld.roc update to basic-cli 0.2.1, fix typos 2023-02-15 19:55:30 +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.