|
|
|
|
|
by rtpg
3123 days ago
|
|
Yeah I'm a bit sad about build systems. I wanted to write a Postgres extension/fork, and was thinking "oh I'll just replace some bits with Rust". Unfortunately everything is `make`, which is great when you're setting something up and have a huge process... but it's very hard to make some changes without figuring out the entire flow. Someone that could somehow wrap make to make it easier to make incremental changes on existing projects could help fuel a lot more experimental changes. |
|
I think there is a deep truth in (unintended?) pun: those who don't understand make are bound to reinvent it, poorly.