Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

For me a little disadvantage of Meson is that it is implemented in Python. With my interest in minimal systems and bootstrapping I would hope that it would get to be reimplemented in something easier to bootstrap or (maybe preferable) Python environment/version problems would get solved before the wider adoption. I understand, that it may not be as much a problem for others.


For what it is worth, there is Muon, a third-party implementation of Meson written in C99 [1]. Haven't used it myself yet, though Muon has been in steady development over the last few years, and the developers claim that they implement the vast majority of the Meson core features.

[1] https://sr.ht/~lattis/muon/


I was going to try replacing the KeePassXC build (which is one of the more complicated CMake builds I've had hand-to-hand with) to see what that experience would be like, but they report all the Qt flavors are unsupported: https://muon.build/releases/edge/docs/status.html

I'm aware I could just vanilla Meson but I was specifically interested in kicking the tires on the dbg in Muon since CLion just recently added debugging to CMake and I wanted to compare and contrast


Bootstrapping is something I care about a lot, too, and keeps me on GNU Autotools. Have you found any other options?


Muon[1] is a reimplementation of Meson in C. You should really read the blog post that you are commenting on.

1: https://sr.ht/~lattis/muon/


> muon analyze - a static analyzer for meson.build files. Capable of doing type inference, checking unused variables, undeclared variables, etc.

Whoa, that's fancy! That whole project seems neat, thanks for pointing it out


It even has a debugger and an auto formatter. Meson is getting an auto formatter in https://github.com/mesonbuild/meson/pull/10971.


> type inference

This means muon can fairly easily implement user-defined functions without making the language Turing complete. If they did this I would happily (re)consider switching from CMake.


You should read the blog post you are commenting on.


What do you mean? It is not a blog post, those are release notes, that do not seem to me to be relevant to my comment.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: