TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Make Your Build Better with Mage

28 pointsby bketelsenover 7 years ago

2 comments

frou_dhover 7 years ago
Seems a decent approach for people already up to speed on Go language&#x2F;tooling idioms.<p>Bash is definitely archaic, but personally I find it fairly sane and productive despite that. There&#x27;s tolerable archaic and there&#x27;s run-for-the-hills archaic.<p>Speaking of the latter, it&#x27;s aversion to the ordeal that is getting anything done in the Windows Batch language (cmd.exe) that would drive me to seek out a nonstandard tool like mage.
zalmoxesover 7 years ago
As a makefile pragmatist (they’re awful but easy to get started with&#x2F;most know them) I’m debating between mage and Bazel.<p>I like mage because it would eliminate a lot of make and bash silliness, but I also want to get into Bazel because of all the things it promises.