You are viewing a single thread.
View all comments View context
3 points

I don’t think cargo is the problem. it’s idiomatic and it’s like “build.sh

permalink
report
parent
reply
8 points

Cargo fetches dependencies, runs a variety of build tasks, can build a typical Rust project with little or no build scripting, and is configured with a straightforward TOML file. It’s not at all like a hand-written shell script. It’s also much more pleasant to use than any other build system I’ve seen, including shell scripts.

permalink
report
parent
reply
2 points

yea, as I said, it’s idiomatic. it replaces the need for a build.sh.

permalink
report
parent
reply
2 points

Is that not true of all build systems?

permalink
report
parent
reply

Programmer Humor

!programmer_humor@programming.dev

Create post

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

  • Keep content in english
  • No advertisements
  • Posts must be related to programming or programmer topics

Community stats

  • 7.1K

    Monthly active users

  • 955

    Posts

  • 37K

    Comments