|
|
|
|
|
by einpoklum
505 days ago
|
|
Rust is a perfectly fine language, and there's no reason you should not be able to implement fast incremental linking using Rust, so - I wish you success in doing that. ... however... > code patterns that are fine in Rust due to the borrow checker, would be footguns in languages like C or C++, That "dig" is probably not true. Or rather, your very conflation of C and C++ suggests that you are talking about the kind of code which would not be used in modern C++ of the past decade-or-more. While one _can_ write footguns in C++ easily, one can also very easily choose not to do so - especially when writing a new project. |
|