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

This came up on zulip yesterday. "how to create stand alone Dec number": ``` 2.1dec ``` I think we should do separate examples for every type. For code snippets we...

good first issue
example suggestion

We already have this record builder example: https://github.com/roc-lang/basic-cli/blob/main/examples/record-builder.roc I suppose it's ok to duplicate it in this repo.

example suggestion

https://roc.zulipchat.com/#narrow/stream/231634-beginners/topic/Task.20return.20types/near/365002936

example suggestion

Many people will be unfamiliar with Roc error handling so I think we need a good example for it, some suggestions: - handling a single Result - handling a single...

example suggestion

Just going through the examples, thank you so much for the effort you are making here. I am reading through the Arithmetic example and I think there's the obvious edge...

In line with the goal "The code snippet of the example should concisely provide the code that the user is looking for.", readargs should not be demonstrated in the Arithmetic...

https://randomascii.wordpress.com/2012/02/25/comparing-floating-point-numbers-2012-edition/

example suggestion