|
|
|
|
|
by kaba0
1833 days ago
|
|
Disagree - a low level language can’t really mask itself as high level, the abstraction will always leak. Don’t get me wrong, Rust is a really great language and it is a very welcome addition to the for a long time seemingly stagnant low level world, but you won’t be able to refactor logic-related parts “without a thought” on memory layout, even ownership, etc —- something trivially done in high level languages. C++ tried the same thing, without luck. So for a typical CRUD app, just use one of the litany of high level language frameworks and be done with it. |
|