![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
This is a good move. They're migrating some core code libraries from C# to Rust. C# is not truly based on C and C++, it has characteristics of several languages. The language is pronounced SEE-SHARP and they wanted to use the musical sharp symbol, similar to the #, but it doesn't exist on pretty much every keyboard in the world, so they compromised and went with the name but the pound symbol.
The job is described as "...include "guiding technical direction, design and implementation of Rust component libraries, SDKs, and re-implementation of existing global scale C# based services to Rust."
The goodness is that Rust is a very tight language when it comes to memory strictness. Lots of languages are pretty loose when it comes to enforcing memory allocation and access, Rust is definitely not. This looseness is what gives hackers open doors to lots of systems. And this is why Linux is now rewriting a lot of its core systems in Rust from C and C++. Microsoft is doing the same thing with the Windows operating system. But this is a very slow process as there's far fewer Rust programmers than C/C++ programmers, so it's a slow slog.
If you know anyone who says they want to be a programmer, and they're serious about it, Rust and systems programming would be a very financially rewarding line to explore. Hard work, but well-paying.
https://www.theregister.com/2024/01/31/microsoft_seeks_rust_developers/
The job is described as "...include "guiding technical direction, design and implementation of Rust component libraries, SDKs, and re-implementation of existing global scale C# based services to Rust."
The goodness is that Rust is a very tight language when it comes to memory strictness. Lots of languages are pretty loose when it comes to enforcing memory allocation and access, Rust is definitely not. This looseness is what gives hackers open doors to lots of systems. And this is why Linux is now rewriting a lot of its core systems in Rust from C and C++. Microsoft is doing the same thing with the Windows operating system. But this is a very slow process as there's far fewer Rust programmers than C/C++ programmers, so it's a slow slog.
If you know anyone who says they want to be a programmer, and they're serious about it, Rust and systems programming would be a very financially rewarding line to explore. Hard work, but well-paying.
https://www.theregister.com/2024/01/31/microsoft_seeks_rust_developers/
no subject
Date: 2024-02-17 06:55 pm (UTC)no subject
Date: 2024-02-17 07:16 pm (UTC)My C/C++ knowledge is truly ancient, and my Rust knowledge is nigh nonexistent. I can't really say. As a rule, a well-trained programmer can pick up new languages fairly easily, but the devil is in the details. There's always new stuff to learn when you try to pick up a new language. When I started learning programming, I had a class or two in systems analysis and design. THEN I started learning programming languages. Speaking to the same teacher a decade or so later, the systems analysis and design class had gone away and she had to teach that in addition to the programming language, which I think is a poor way to do things.