DEV Community

What was the first programming language you fell in love with?

Matthew D. Miller on March 23, 2019

The question of favorite programming language and different variations on that question has been asked dozens of times. This one is a little differ...
Collapse
 
torpne profile image
Kevin McKenna • Edited

AMOS BASIC on the commodore Amiga was my first. First time I ever made a finished product and never really looked back.

As I got a little older and the Amiga died off I ended up using visual basic 6 for work. From there I've gone through vb.net, c# and JavaScript, but recently started on Java and find myself enjoying it a lot more.

As a fellow (former) dba, have to give a special shout-out to SQL, maybe more of an honorable mention for 'programming language' I suppose, but definitely where I feel most comfortable with the day to day stuff.

Collapse
 
stojakovic99 profile image
Nikola Stojaković

My first programming language was C++ but I never returned back to it. I experimented with lot of languages as a beginner before moving to web development and combination of PHP / JavaScript / Ruby (occasionally), but out of languages I have used so far I can say that Rust is the one I liked most.

I think there are few reasons for that:

  • Rust is statically typed language which helps me to right away eliminate lots of potential bugs in the program.
  • It allows me to do pretty much everything I can do in C++ but mostly in a few different ways and not in thousands of different ways (I can follow some well established convention when I develop my application).
  • It has a rich type system and ownership model which guarantees both memory and thread-safety .
  • I don't know why but I just like it's syntax.

Beside that I don't have some language I fell in love with - I try not to get too emotional about technologies I use but rather choose ones depending on the project (or feature) I'm working on.

Collapse
 
alchermd profile image
John Alcher

Is there something about your first language that always holds a special place in your heart?

The first code that I ever wrote was in Java. Your first "hello world" will always be special!

... Or did it take you several languages before you found the one that clicked for you?

Definitely. I was pretty much copy pasting code at that time, and Java's verbosity doesn't help either as a beginner. It was months of shuffling between Python, Ruby, and JavaScript before I understood what I'm doing. And then it took about a year and a half before I found PHP, which I guess I can consider as the one I "loved".

Did you have a language that you fell in love with that was later replaced by another language you liked even better?

I absolutely adore Python, but duck typing is something that outgrew me pretty quickly. PHP7 gave me the right balance with its OOP model and type-hinting. Never looked back!

Collapse
 
vbarzana profile image
Victor A. Barzana • Edited

I started with Delphi 5 back in 2001, then C#, PHP, Java, until I met JavaScript and stayed forever :)

Is there something about your first language that always holds a special place in your heart?

Yes I was copying everything in my notebook things like. color dialog.color() hahaha it was pretty fun.

Collapse
 
diogocanut profile image
Diogo Canut

My first hello world was written in C. I still love C, but when I saw haskell
and lisp for the first time I got attracted to it. My top 3 languages are:

Haskell
Python
C

Collapse
 
prajapatgautam1999 profile image
Gautam Prajapat

C#

Collapse
 
ahmaddeel profile image
AhmadDeel

C++