Isaac Van Doren

Results 21 comments of Isaac Van Doren

@folkertdev A roc-wasm4 program with a Dec on the model. I just ended up using F32 instead.

Yeah, I will take a look later and try to make a repro

@folkertdev Here's a repro Running ``` roc build --target wasm32 --no-link ``` with ``` app "repro" packages { pf: "https://github.com/roc-lang/basic-cli/releases/download/0.7.0/bkGby8jb0tmZYsy2hg1E_B2QrCgcSTxdUlHtETwm5m4.tar.br", } imports [ pf.Task, ] provides [main] to pf main...

This sounds very cool! Could the additional TCP primitives be added to basic-cli to accomplish it?

Agus and myself are both doing some parsing for our chapters (the html parser and html template). I opened a [topic](https://roc.zulipchat.com/#narrow/stream/429849-Book---Software-Design-by-Example-in-Roc/topic/Parsing.20in.20the.20Book) on Zulip to discuss how we should introduce parsing...

Agus and I talked about how we should approach parsing yesterday, and with the idea we have in mind at the moment, I don't think it makes sense to have...

I don't have any specifics in mind about the implementation, but that does sound like a good direction. I'm not necessarily claiming writing this one so anyone else is welcome...

For context, a [template engine](https://en.wikipedia.org/wiki/Template_processor) is a tool that enables dynamically expanding a static document with data. Some examples are [Jinja](https://jinja.palletsprojects.com/en/3.1.x/) and [Thymeleaf](https://www.thymeleaf.org/). I use [Freemarker](https://freemarker.apache.org/index.html) frequently at work, and...

@gvwilson I will probably want to expand on this idea further outside of the book and turn it into a fully featured tool. How do you think that would work...