roc/examples
2023-11-22 13:30:06 +11:00
..
cli remove file try 2 2023-11-20 19:28:02 -08:00
glue rust 1.71.1 upgrade 2023-09-26 12:08:16 +02:00
gui Update some test .gitignores 2023-10-22 15:05:44 -04:00
jvm-interop remove all definitions of roc_memcpy 2023-06-02 15:23:05 -07:00
nodejs-interop get examples working 2023-10-23 13:50:31 -07:00
parser upgrade some examples to basic-cli 0.6 2023-11-19 20:26:39 +01:00
platform-switching remove duplicate header in C platform example 2023-10-23 13:50:34 -07:00
python-interop merge main 2023-06-10 15:04:25 -04:00
ruby-interop Update ruby interop example 2023-10-19 22:04:14 -04:00
static-site-gen Fix mobile header, re-add /examples 2023-11-15 21:38:05 -05:00
swiftui Update .gitignores 2023-10-19 22:04:14 -04:00
virtual-dom-wip make dropFirst and dropLast drop n elements 2023-10-29 13:23:33 -05:00
webserver roc format 2023-11-22 13:30:06 +11:00
.gitignore Replace stale webserver example 2023-11-22 13:11:05 +11:00
Community.roc added comments, tests 2023-08-16 19:17:47 +02:00
GuiFormatter.roc added comments, tests 2023-08-16 19:17:47 +02:00
helloWorld.roc upgrade some examples to basic-cli 0.6 2023-11-19 20:26:39 +01:00
inspect-gui.roc roc fmt on inspect examples 2023-08-17 00:07:04 -04:00
inspect-logging.roc upgrade some examples to basic-cli 0.6 2023-11-19 20:26:39 +01:00
LogFormatter.roc added comments, tests 2023-08-16 19:17:47 +02: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.