Conversation

I'm curious about what happens if we fuse a compiler and a build system into a fine-grain incremental compilation/build system. Not sure whether this would work well so I'll stop at just these two for now.
2
6
Oh, glad this was helpful to you! How did you come across it? I'm also interested in other ways compilation could be sped up which could reduce some of the underlying need for incrementalism:
Quote Tweet
Replying to @glaebhoerl and @ArmyOfBruce
The other thing I'd like to try is pull-based compilation - but IIRC that might require better support for generators in Rust if I wanted to maintain my own sanity… here's something I was messing with ages ago: gist.github.com/brendanzab/c4c
1
1
Yup, really useful. Needed to build an incremental compiler from... markdown yo relational knowledge base for my toy project. Nothing fancy. Did a miniAdapton implementation for now.
2
3
Show replies