Live data from Hacker News

Ask HN: Any Good Make Alternatives?

news.ycombinator.com

1–10 of 17 posts

Ask HN: Any Good Make Alternatives?

#1
I'm starting a new greenfield personal project which is a great time to try something new. Are there any new Make alternatives that I should try for building a multi-language, monorepo project that also has a number of Linux system dependencies?

For some context the languages will definitely be Python and Julia, with possibly Rust, C/C++, and CUDA. I'll likely be using poetry or conda for managing Python and there are also a good number of system dependencies that will need to be installed on a Linux box.

Re: Ask HN: Any Good Make Alternatives?

#10
post #7

I've been using VSCode + .devcontainer with great success. I've also tried Nix recently, but couldn't grok it.

.devcontainer looks interesting that is a new take, I'm pretty stuck on my heavily modified vim though.

I played around with Nix a lot a few years ago but dropped it when I started needing to do non-trivial things often for packages that weren't available. It was just too much but I love their philosophy. Wish they wouldn't have used a DSL.

Post reply on HN