if you like autotools we definitely aren't going to be friends
this is because autotools gives you the sort of brain damage that makes you look at some of the most atrocious interfaces in existence and go "This is good actually. I will go and argue with strangers about how good my dogshit collection of generated shell scripts is" instead of building anything that improves people's lives rather than worsening them
anyway I hate autotools and if you try to convince me that autotools are good I will probably hate you, too
people think I like cmake because I hate autotools. nothing could be further from truth. cmake is a barely-functioning pile of atrocious C++ that includes what is probably the second-worst interface of a build system. however, my hatred for autotools far eclipses my desire to never interact with cmake again, to the point where I ended up becoming a cmake expert against my wish and desire

I would strongly prefer to never use cmake again in any context (even though it would mean I don't get to charge people quite nice consulting fees to unfuck their CMake situation), but unfortunately people keep making build systems that are inexplicably somehow worse, like Bazel

(Bazel makes a lot of sense if you are Google, and is excruciatingly painful to use if you aren't Google. it's also almost completely undocumented; if you thought it was hard to figure out how to make CMake does something, allocate like 20× as much time for Bazel)

@whitequark did you try zig build yet? it's got issues (mainly lack of API stability) but at least you get to use a real programming language!
@andrewrk nope, will do! I'm incredibly happy with zig cc so this definitely motivates me to look into the other bits here
@whitequark yay! makes me happy to hear someone with fine taste say that :)

@andrewrk we shipped zig cc (via pypi) in production at chipflow and i continue to maintain the pypi bridge... unfortunately it did bump into the PyPI size limit and i couldn't get it lifted so far

btw just noticed this:

Speaking of ziglang/zig-pypi#40, pypi/support#8180 would really valuable to have, zig is an important part of the toolchain of building manylinux-compliant python packages using rust.

you're doing a great job, I think :D

Project Limit Request: ziglang - 25 GB · Issue #8180 · pypi/support

Project URL https://pypi.org/project/ziglang Does this project already exist? Yes New limit 25 GB Update issue title I have updated the title. Which indexes PyPI About the project Zig is a general-...

GitHub