Programming Languages

It seems like the world is built on C and C#, a foundation for the development of software and operating systems. However, these languages are considered low-level by a lot of people in today’s world.

JavaScript. I’ve been programming in javascript for the past two years, it is also the language in which most of my school projects are made. It has frameworks and libraries to quickly make the most out of it. It’s really useful since you can do fullstack thanks to Node.js.

Rust, a language which I want to learn, is focused on memory safety, thread safety, and high performance without relying on a garbage collector. Its nature allows preventing many bugs. I don’t know the source for this, so take it with a grain of salt, but many Rust backends are almost as good as the best Java backend. I will be definitely trying to make my next backend in Rust.


Comments

Leave a Reply

Your email address will not be published. Required fields are marked *