Richard Feldman

Results 267 comments of Richard Feldman

@monmcguigan A thought on this: there are also different approaches to decoding JSON, which beginners might benefit from. [This article](https://dev.to/matthewsj/you-could-have-designed-the-jsondecode-library-2d8) talks about starting from a simple `JsonValue` type and then...

@ashleydavis Does [the workaround Anton posted](https://github.com/roc-lang/roc/issues/5887#issuecomment-1755688193) in that issue get it running? (That is, adding `--linker=legacy` to `roc dev`)

@ashleydavis Was the `gracefully handle 'ld' failing to spawn` error on normal Windows or WSL? That would be a strange error to see on Windows, because the legacy linker shouldn't...

I don't know if it's the right fit for this book, but I think there's an opportunity to talk about more than just the API design of parser combinators. If...

Ah that's a fair point! I think turtle graphics in Roc would be really cool to see, but maybe it's not quite the right fit for this particular book.

It's a tricky question given the goals of the book to showcase idiomatic Roc designs without relying on unusual Roc-specific language features. The way I expect most people will want...

That would certainly work, yeah!