this post was submitted on 19 Dec 2024
17 points (94.7% liked)

Programming

13405 readers
12 users here now

All things programming and coding related. Subcommunity of Technology.


This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.

founded 2 years ago
MODERATORS
 

Even through it has some flaws, e.g. it's not fully memory safe (there are some programming languages that are even safer, like Ada)?

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 7 points 1 day ago

Let’s bring C into this discussion if we want to talk about overused languages which aren’t fit for purpose. 😂

The ergonomics of Rust are better than C and C++, and programmer productivity is the metric which really matters.

Rust is compiled, and compiled languages are easier to deploy. Especially statically compiled languages like Rust.

Ada might better, but it needs to be updated.

Ada compiler development is also tied to a company which is moving to Rust, and the gnat toolchain developed by Adacore is “Open Source”, eventually, maybe.