IRC channel logs
2025-06-24.log
back to list of logs
<stikonas>hmm, we were often talking here about bison using its own new features in the same commit. But after looking more closely at zig bootstrap, it's full of such commits too <shcv>hello! I'm interested in making some 'properly' bootstrapped language projects, and use guix for my personal computer. I'm curious what you would recommend for the bottom layer of my personal projects? maybe tcc or mes? Or does it not really matter for anything that isn't 'core' to the system, since everything in guix is already bootstrapped? <matrix_bridge><Andrius Štikonas> By the way, not everything in guix is bootstraper <matrix_bridge><Andrius Štikonas> Other than that it shouldn't matter too much <lanodan>I think I would be just making sure circular dependencies aren't going to be created, like how you could end up with perl depending on python and python depending on perl (which sounds horribly plausible to me). <matrix_bridge><Andrius Štikonas> Also worth thinking about build system too <lanodan>Yeah, things like test frameworks as well