examples icon indicating copy to clipboard operation
examples copied to clipboard

All kinds of Roc examples

Results 82 examples issues
Sort by recently updated
recently updated
newest added

I happened to use the debug build and saw several failures that did not show up with the release build.

high priority

``` + valgrind ./examples/GoPlatform/main ==3920== Memcheck, a memory error detector ==3920== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==3920== Using Valgrind-3.15.0 and LibVEX; rerun with -h...

high priority

Lots of languages model problems/systems using inheritance. We should create an example that starts from a Java program using inheritance and explain how that pattern can be converted to Roc...

See discussion [here](https://github.com/roc-lang/examples/pull/196/#discussion_r1714626831)

enhancement
good first issue

Similar to #193 but this one will be large and used to answer questions like "What is a platform?", "What are open tag unions?",... . It should contain a clean...

example suggestion