logoalt Hacker News

Rendellolast Friday at 6:06 PM1 replyview on HN

I've never liked shell scripting. Last year, I switched my build system of a Rust project over to Python (Cargo is actually quite limited as a build system). For a newer project, I'm using Rust itself with the XTask pattern. I'm not sure if I prefer the Python or Rust approach yet.


Replies

seabrookmxyesterday at 8:28 PM

I quite liked SCons back when I wrote C++!