Replies: 2 comments
-
It's great to see projects exploring different languages for web development. Rust is known for its performance and safety, so using it for parsing and compiling could definitely improve the efficiency and security of the process. However, it's important to consider the trade-offs, such as the time and resources required to learn and maintain a Rust-based solution, as well as its compatibility with other parts of the web development stack. Ultimately, the decision to use Rust for a specific part of a web project depends on the project's specific needs and goals. |
Beta Was this translation helpful? Give feedback.
-
Someone started here: |
Beta Was this translation helpful? Give feedback.
-
I just want our community's opinion on this
In spite of being inefficient when working directly with Web platforms, as stated in this issue #874, what about the parsing and compiling work?
Found this very interesting repo of vue compiler using Rust: https://github.com/HerringtonDarkholme/vue-compiler
Beta Was this translation helpful? Give feedback.
All reactions