Hacker News new | ask | show | jobs
by teg4n_ 1256 days ago
I’m unconvinced. I don’t see a reasonable benefit for learning yet another config syntax just to run some scripts.
1 comments

That's specifically the gain here, you don't need to keep learning new build tools or language-specific tools. Make works for all languages, all kinds of projects, has been around since forever and is not going away. It's the only build tool you need to learn.
`just` does the same but better, is much quicker to learn (we're talking literal 5-10 minutes), and doesn't have decades of weird syntax baggage.
By the time its close to makes popularity, it will.