Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror
×
Programming Stats

Rust Survey Finds Linux and VS Code Users, More WebAssembly Targeting (rust-lang.org) 40

Rust's official survey team released results from their 8th annual survey "focused on gathering insights and feedback from Rust users". In terms of operating systems used by Rustaceans, the situation is very similar to the results from 2022, with Linux being the most popular choice of Rust users [69.7%], followed by macOS [33.5%] and Windows [31.9%], which have a very similar share of usage. Rust programmers target a diverse set of platforms with their Rust programs, even though the most popular target by far is still a Linux machine [85.4%]. We can see a slight uptick in users targeting WebAssembly [27.1%], embedded and mobile platforms, which speaks to the versatility of Rust.

We cannot of course forget the favourite topic of many programmers: which IDE (developer environment) do they use. Visual Studio Code still seems to be the most popular option [61.7%], with RustRover (which was released last year) also gaining some traction [16.4%].

The site ITPro spoke to James Governor, co-founder of the developer-focused analyst firm RedMonk, who said Rust's usage is "steadily increasing", pointing to its adoption among hyperscalers and cloud companies and in new infrastructure projects. "Rust is not crossing over yet as a general-purpose programming language, as Python did when it overtook Java, but it's seeing steady growth in adoption, which we expect to continue. It seems like a sustainable success story at this point."

But InfoWorld writes that "while the use of Rust language by professional programmers continues to grow, Rust users expressed concerns about the language becoming too complex and the low level of Rust usage in the tech industry." Among the 9,374 respondents who shared their main worries for the future of Rust, 43% were most concerned about Rust becoming too complex, a five percentage point increase from 2022; 42% were most concerned about low usage of Rust in the tech industry; and 32% were most concerned about Rust developers and maintainers not being properly supported, a six percentage point increase from 2022. Further, the percentage of respondents who were not at all concerned about the future of Rust fell, from 30% in 2022 to 18% in 2023.
This discussion has been archived. No new comments can be posted.

Rust Survey Finds Linux and VS Code Users, More WebAssembly Targeting

Comments Filter:
  • Vim is still my favourite. RustRover is good though, a close second.

    • I support Open Source!
      RustRove will cost money!
      NO Thank you.
      • vim is still best, IMO. Everyone's different, for what I do, vim fits best with the vast majority of what I need it for. Sometimes with IDEs it is almost like having an answer without a problem to solve with it.

        • by tlhIngan ( 30335 )

          VS Code has a really nice Vim plugin that works quite well. Comes complete with a modification to the status bar to tell you everything you need to know about what's going on.

  • Difficult to believe, an electron / javascript web application, which is relatively speaking, super bloated, using over half a gig of ram, and relatively speaking, slow (only kept up due to modern fast processors), and an IDE which itself needs to be parsed, has become one of the most popular developer tools for majority of developers (over 70%) [stackoverflow.co]!

    On a grand scale, with so many developers using (effectively) a web browser as their IDE, imagine the amount of green house gases as a result of those cpu cycles an

    • I'm *really* hoping that Zed gets ported over to other platforms and gets a bit more traction and features. I found it almost jarring how much more responsive it was than VS Code. We gave up so much as a profession when everyone moved off sublime text to Atom (and then VS Code).

      Actually shit, I might still have my old activation code for Sublime text. I wonder how that things looking in 2024...

    • using over half a gig of ram

      Who cares? 0.5 gig costs $2.

      My computer has 32 gig. Why should I care if one of my primary tools uses 1.5% of that?

      I have browser tabs that use more memory than that.

God doesn't play dice. -- Albert Einstein

Working...