DEV Community

Cover image for If You Switched Languages, Which Would You Choose?
dev.to staff for The DEV Team

Posted on

If You Switched Languages, Which Would You Choose?

If you were to dive into a programming language you've never used before, which one would you choose? Share your pick and the reasons behind it. Discuss the challenges you anticipate facing during this leap and the resources you'd lean on for guidance. Seasoned developers, offer your insights on navigating such transitions. Let's explore the world of code from a fresh perspective!

Follow the DEVteam for more discussions and online camaraderie!

Latest comments (25)

Collapse
 
kurealnum profile image
Oscar

Probably C/C++! I've dabbled with C, and I really enjoy it. The only reason that I don't use it all the time is that it's just not applicable to what I'm looking to do for a career. Although, I might start poking around with C++ for CP.

Collapse
 
eljayadobe profile image
Eljay-Adobe

My favorite languages are: D, Python, F#, and Lua.

For my day job, I currently program primarily in: C++ (C++17).

As long as we're dreaming, if I were king and switched from C++ to some other language for my day job, it'd likely be one of: Rust, Zig, Odin, Hylo (formerly Val), or Swift.

I'd also take a close look for consideration at Nim, Carbon, Jai (cough if Jon Blow ever finishes perfecting it cough), and Vale.

Collapse
 
jordantylerburchett profile image
Jordan-Tyler Burchett

Assembly and C.. I'd like to write my own OS kernel from scratch one day so these are essential but it will be very hard I know

Collapse
 
booniepepper profile image
J.R. Hill

I'm a fan of not having "a language." IMO this is for beginners who are learning to program, or for people who program casually.

Learn a ton of things -- languages, ecosystems, toolchains, etc but more importantly the underlying systems like the OS, browser, or device APIs -- and use the best tool for the job that you think you can figure out how to use.

Collapse
 
eljayadobe profile image
Eljay-Adobe

I'd like to choose D or F#.

I'd probably actually choose Rust or Zig or Nim or Odin or Hylo (formerly known as Val) or Swift.

Collapse
 
andi1984 profile image
Andreas Sander

For webdev topics I would try Go as a backend server as I heard now several times that it is really comfortable for building simple backends fast and easy to understand.

To appreciate compilers, I would like to invest time into Rust as the compiler seems to be really, really good with precise error messages. But I assume the learning curve is way steeper and the time invest is probably huge to get a grasp on the Rust ecosystem and syntax.

Collapse
 
syxaxis profile image
George Johnson

Highly recommended, been doing a lot of work lately with Gin in Golang using standard Bootstrap with HTMX in the pages ( I'm backender I'm afraid! ), the Gin framwork makes it super fast to stand up a server and get the data flowing out into the pages is childsplay as it does all the heavy lifting with minimal effort.

Collapse
 
matthewbdaly profile image
Matthew Daly

I have thought that F# might be quite interesting.

I like functional programming so that aspect appeals to me. Bit put off by the whole .NET thing, though.

Collapse
 
brnms profile image
Bruno Santos

I'll be focusing on Golang soon (I'm a Nodejs guy now)

Collapse
 
ellabaker2023 profile image
EllaBaker

I am interested in giving Python a try. Despite having used Java for nearly two years, I've heard that Python is considerably easier in comparison, although I haven't had the opportunity to try it myself.skysmotor.co.uk

Collapse
 
astrojuanlu profile image
Juan Luis Cano Rodríguez

I've been a big Python user for 12+ years, my next language would probably be Rust (to write high performance extensions and tools) or JavaScript (to learn modern web development)