Hacker News new | ask | show | jobs
by 3v1n0 804 days ago
I don't agree... Meson has constraints that make it very easy to write and review.
1 comments

Which require runtime to check, isn't it?

Anyway, such constraints are also available in GN, and in CMake or Autotools you can implement them yourself, but they suffer from the same restriction I mentioned (not amenable to static analysis, limited verifiability at runtime due to combinatorial explosion of possible system states, etc.).