examples
examples copied to clipboard
All kinds of Roc examples
I happened to use the debug build and saw several failures that did not show up with the release build.
``` + 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...
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)
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...
Ports and restores the Rust GUI example from roc.