What Was the First Program You Ever Wrote (And in Which Language)? #187949
-
Select Topic AreaQuestion Body🧠 What Was the First Program You Ever Wrote (And in Which Language)?Hi everyone 👋 I’d love to start a fun discussion: What was the very first program you ever wrote — and which programming language was it in?
How old were you at the time? It’s always interesting to look back at where we started and see how far we’ve come 🚀 I’ll start:
Looking forward to hearing your stories! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
|
My first programming language was C#, which was chosen because our instructor started the training with desktop application development. At that time, Windows Forms were being used to create basic interfaces. If I had to rewrite those early projects today, a modern web-based approach would be preferred. Although I have gained experience in both frontend and backend since then, I still remember the excitement of seeing my first desktop window pop up! It's a great reminder of how my journey into software development began |
Beta Was this translation helpful? Give feedback.
-
|
my first program was a console.log with a variable that storage your name and after print "welcome " + yournamehere :) |
Beta Was this translation helpful? Give feedback.
My first programming language was C#, which was chosen because our instructor started the training with desktop application development. At that time, Windows Forms were being used to create basic interfaces.
If I had to rewrite those early projects today, a modern web-based approach would be preferred. Although I have gained experience in both frontend and backend since then, I still remember the excitement of seeing my first desktop window pop up! It's a great reminder of how my journey into software development began