Is there some IDE written in RUST?
Which important Software are written in RUST ?
Production - Rust Programming Language and Production users - Rust Programming Language contain a bunch of examples.
"Important" is obviously pretty subjective, but I think everyone would agree that:
- npm
- Dropbox
- Firefox
- Chef
are all fairly important pieces of software, and they have significant parts implemented in Rust now.
I'm not aware of any IDE frontends in Rust at the moment. Of course, most IDEs with Rust support are powered by either the Rust Language Server or Rust Analyzer, which are both written in Rust. So there's another semantics game there.
All my software is important. Since almost a year ago it is all written in Rust.
There is no IDE written in Rust yet, but there's pretty advanced rust-analyzer
language server for IDEs. There are some text editors written in Rust.
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.