First programming language

Programming, for all ages and all languages.
Peterbjornx
Member
Member
Posts: 116
Joined: Thu May 06, 2010 4:34 am
Libera.chat IRC: peterbjornx
Location: Leiden, The Netherlands
Contact:

Re: First programming language

Post by Peterbjornx »

I first encountered QBASIC in 2002 on an old pc that was given to me by my parents, I first started programming in it around 2004, after which I moved on to VB6, C64 BASIC, 6502 asm, C, Java, various .NET languages and ARM asm.
User avatar
neon
Member
Member
Posts: 1567
Joined: Sun Feb 18, 2007 7:28 pm
Contact:

Re: First programming language

Post by neon »

C using Turbo C 2.1 for DOS eventually followed by Borland C++ with Win32 API.
OS Development Series | Wiki | os | ncc
char c[2]={"\x90\xC3"};int main(){void(*f)()=(void(__cdecl*)(void))(void*)&c;f();}
mac
Member
Member
Posts: 144
Joined: Tue Sep 23, 2014 6:12 pm

Re: First programming language

Post by mac »

I just wanted to know what everybody's first experience with computers was and how it evolved into OSDev today. And here I am, playing around with tiny Python programs.

The reason I'm here is that I think I caught the OSDev bug, but maybe Iam being a little too ambitious. :P
User avatar
moondeck
Member
Member
Posts: 56
Joined: Sat Dec 19, 2015 12:18 pm
Libera.chat IRC: moondeck
Location: The Zone, Chernobyl

Re: First programming language

Post by moondeck »

SeanMc wrote:The reason I'm here is that I think I caught the OSDev bug, but maybe Iam being a little too ambitious. :P
The most important thing is to stay positive and confident about what you are doing. Ask for criticism, and dont take it too hard if someone says something is bad about your OS (but dont let anyone tell you how your OS should be!). Like myself, i used to think my code was complete crap, until i asked the guys on the IRC. Turns out it had minor issues, and wasnt formatted well (i knew that, i just didnt know what to do about it, turns out there are tools for that).
So, dont think much about it. Just start, once you get sucked in and pass a certain point (for me it was getting GDT to work), you will not stop. Remember to look for information if you have any issues, use google. If you are not able to find something by searching, ask here or on the IRC. People on this forum enlightened me quite a few times, and usually these were *really* dumb mistakes.

JUST DO IT
sysenum
Posts: 2
Joined: Sat Aug 19, 2017 9:53 pm

Re: First programming language

Post by sysenum »

C++ on Windows XP was my first language in 2004. Few months later I installed Linux and tried Python and fell hard into bash scripting. Now I'm a C fan still desiring to know how programs tick and compiling source code daily.
azblue
Member
Member
Posts: 147
Joined: Sat Feb 27, 2010 8:55 pm

Re: First programming language

Post by azblue »

Combuster wrote:Logo gets the honour of being my official first language.
I was starting to think I was the only one!

Started with Logo when I was about 11, moved on to DOS's QBasic interpreter when I was 14, started learning C and assembly when I was 16.
User avatar
Solar
Member
Member
Posts: 7615
Joined: Thu Nov 16, 2006 12:01 pm
Location: Germany
Contact:

Re: First programming language

Post by Solar »

BASIC v2.0 / v7.0 on the C128. (I did some BASIC programming on the ZX-81 and the C64 before, but those were not my own machines, and those "programs" did not do much, if anything reasonable. I *did* write a couple of "real" programs on the C128, so that's my "first".)

Then, ARexx on the Amiga.

Then C, and C++.
Every good solution is obvious once you've found it.
User avatar
Thomas
Member
Member
Posts: 281
Joined: Thu Jun 04, 2009 11:12 pm

Re: First programming language

Post by Thomas »

Logo.
ilmmatias
Member
Member
Posts: 35
Joined: Fri Jun 02, 2017 3:01 pm
Contact:

Re: First programming language

Post by ilmmatias »

Visual Basic .NET, when i was 8 years old.
thumble
Member
Member
Posts: 29
Joined: Thu May 25, 2017 10:41 pm

Re: First programming language

Post by thumble »

It was C. Its syntax captivated me; I was motivated to program as my dad used to do software engineering before he pursued his small business goals.
I also did Terrapin Logo for a while. It's an amazing language.
User avatar
obiwac
Member
Member
Posts: 149
Joined: Fri Jan 27, 2017 12:15 pm
Libera.chat IRC: obiwac
Location: Belgium

Re: First programming language

Post by obiwac »

I originally had a windows xp dell pc where i made games with powerpoint (if that counts?) then i moved to linux and learn python at 6 years old then i learned loads of random languages like cpp, java, js, cs, ... and then i stumbled across c when i was 9 and stuck to that along with python and i learned asm a couple years ago, just before osdev
User avatar
sleephacker
Member
Member
Posts: 97
Joined: Thu Aug 06, 2015 6:41 am
Location: Netherlands

Re: First programming language

Post by sleephacker »

My first programming language was the drag & drop language that came with the Lego Mindstorms NXT 1.0, my first "real"/PC language was Java.
Then I learned JS, Lua, C#, Python, (NASM) Assembly, and recently C/C++.
User avatar
zaval
Member
Member
Posts: 656
Joined: Fri Feb 17, 2017 4:01 pm
Location: Ukraine, Bachmut
Contact:

Re: First programming language

Post by zaval »

I tried programming quite late. like 10 years ago. Before, I was all into chemistry. :lol: It was VBA first. Then Java. Then I quickly moved to C and first tried of x86 assembly. I tried C++, but left it, just because I liked C a lot. About a year ago, I added some real experience with ARM assembly and then MIPS. So, basically, I am a C & assembly guy, that looks at OOP as like WTF it is?77 :lol:

Ah, this topic is about the first language. Then probably it was Pascal. In school and university, but that wasn't serious, I don't remember anything from that.
ANT - NT-like OS for x64 and arm64.
efify - UEFI for a couple of boards (mips and arm). suspended due to lost of all the target park boards (russians destroyed our town).
AMenard
Member
Member
Posts: 67
Joined: Mon Aug 25, 2014 1:27 pm

Re: First programming language

Post by AMenard »

I'm presently regressing in my coding :-)

I've just setup my old Apple IIe platinum, Atari 130XE and Amiga 1000 and started coding in 6502 and 68000 Assembly again! I aso have a C128 but no more room to spare and in anycase the A1000 represent Commodore just as well.

I have a Floopy emu and a CF card HDD card for the Apple IIe on order and I'm waiting for my Syba RS232 serial card for my PC to use with my SIO2RS232 to link my Atari to said PC to transfer MAC/65 to floppy. I'm planning to buy a floppy emu for it also but I'm a bit short of cash at the moment.

On the Apple IIe I'm using Lazer's Interactive Symbolic Assembler since I have a book for it.

As for the A1000, I'm trying to find a ram expansion and one of those new wifi adapter. But I can still transfer thing to it via floppy with crossdos. I have a set of DevPac 3 floppy for it anyway.
gungomanj
Member
Member
Posts: 28
Joined: Sun Apr 23, 2017 4:41 am

Re: First programming language

Post by gungomanj »

that would be C at the age of 15, I was a huge linux freak and had lots of fun with system calls and file descriptors and...good times
Post Reply