roc/examples
2023-10-23 13:50:34 -07:00
..
cli get examples working 2023-10-23 13:50:31 -07: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 Update .gitignores 2023-10-19 22:04:14 -04: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 explicitly RocBox arguments when received as box 2023-10-07 17:43:16 +02:00
swiftui Update .gitignores 2023-10-19 22:04:14 -04:00
virtual-dom-wip get examples working 2023-10-23 13:50:31 -07:00
webserver webserver example setjmp/longjmp error handling 2023-06-26 22:14:39 -04:00
.gitignore Update .gitignores 2023-10-19 22:04:14 -04: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 basic-cli 0.4.0 -> 0.5.0 2023-08-12 19:34:33 +02:00
helloWorldNoURL.roc add helloWorldNoURL 2022-12-27 15:03:31 +01:00
inspect-gui.roc roc fmt on inspect examples 2023-08-17 00:07:04 -04:00
inspect-logging.roc roc fmt on inspect examples 2023-08-17 00:07:04 -04: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.