Comment by Pay08

2 months ago

Is Rust popular? It's popular among HN users, and among certain other bubbles, but can it be called generally popular? Ruby sure can't be.

It's popular enough to be worth using as a datapoint. What's the point of the question?

  • I don't think it is worth using as a datapoint. Webdev is simply not what Rust was made for. It'd be somewhat like PHP having inline assembly.

    • I don't think this is relevant on three grounds:

      1. Whether or not it was "made for" webdev, people do use Rust for that.

      2. Plenty of people write networked Rust that interacts with HTTP. That code requires an HTTP stack, even if it isn't web development.

      3. Like all of the other examples, Rust does have an excellent third-party HTTP stack (reqwest and its underpinnings). So it's not like Rust fails to do HTTP.