roc/examples
Richard Feldman 6bdd51502d
Merge pull request #4936 from roc-lang/dependabot/cargo/examples/gui/platform/bumpalo-3.12.0
Bump bumpalo from 3.9.1 to 3.12.0 in /examples/gui/platform
2023-01-21 10:58:44 -05:00
..
cli Bump bumpalo from 3.11.0 to 3.12.0 in /examples/cli/cli-platform 2023-01-20 22:23:22 +00:00
gui Merge pull request #4936 from roc-lang/dependabot/cargo/examples/gui/platform/bumpalo-3.12.0 2023-01-21 10:58:44 -05:00
parser use patched basic-cli release 2023-01-20 16:09:49 +01:00
platform-switching added toolchain file to example 2022-12-12 19:57:56 +01:00
ruby-interop Drop obsolete mentions of roc_send_signal 2022-12-08 06:36:12 -05:00
static-site-gen added tutorial generated from static-site platform 2022-12-15 18:10:14 +11:00
swiftui moved benchmarks to nix 2022-10-17 17:40:35 +02:00
virtual-dom-wip Update more dict/set references 2023-01-14 15:33:54 +01:00
.gitignore update tutorial, cleanup 2022-11-28 20:13:39 +01:00
helloWorld.roc helloWolrd url platform, improve getting started 2022-12-27 13:46:48 +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.