DEV Community

Oyetoke Toby
Oyetoke Toby

Posted on

Which Programming Language Did You Start With As A Developer?

For me, I started with JavaScript and C#. My first program was:

console.log("Hello World")

What about you?

Latest comments (21)

Collapse
 
badrecordlength profile image
Henry 👨‍💻

Technically Python 2 was the first I wrote code with, but the first language I actually learnt was VB.net.

Collapse
 
letmypeoplecode profile image
Greg Bulmash 🥑

BASIC on an Apple II.

Collapse
 
svedova profile image
Savas Vedova • Edited

In my case it was Javascript and PHP. That was almost 18 years ago.

Collapse
 
ryboflavin42 profile image
Ry

Matlab

Collapse
 
parsyvalentin profile image
Valentin PARSY

I was around 15 when I decided I wanted to be a video game dev, I had a friend in college that had dev lessons. I asked to get his notes and started with Pascal (quickly switched to C).

Collapse
 
hyaovi profile image
Yaovi • Edited

I started with Pascal in high-school!

write ('Hello world!')

Collapse
 
anpos231 profile image
anpos231

My first 2 languages were C and assembly.
I really wanted to become some kind of hardware engineer so I started by learning how the iron works.

At the end I become a web developer.

Collapse
 
anwar_nairi profile image
Anwar

Started with C++ on Code::Blocks 😅

Collapse
 
d1p profile image
Debashis Dip

Visual Basic 6.0 🙄

Collapse
 
alohci profile image
Nicholas Stimpson

It would have been a very minimalist implementation of BASIC. I'm not even sure it supported GOSUB.