I’m interested in finding out how many devs tend to stick to their first language and if there is a correlation between your first language and the one you enjoy using the most.
So what was your first language and do you still use it today? Would you consider it your favourite language to use?
The first language I learned was C. While I still enjoy writing applications in C I find myself now choosing to use Python where it’s possible!
Top comments (4)
Hi! It's interesting that the last one you learned is your favourite!
I first learned Java, then C++, followed by C, all in formal education context. I also know Python and Bash, but mostly through self-directed education. I’d say C is my favorite to use, but mostly because I feel like my formal education built up to it (some things hidden by Java and C++ you have to do yourself in C). It’s also the language I feel most comfortable in. I like the idea that C is “close” to the OS/lower level of the machine I’m working on and that more of the execution of the language is within my control. Of course, C isn’t the right language for a lot tasks. Python and bash are definitely my go-tos for hacking away at something.
Great question!
Thanks for sharing. The type of application you're developing will certainly decide which language to use. Sometimes using your favourite one just isn't the most efficient choice!