Ask HN: Do you honestly still use your first programming language?
What was/were your first programming languages, the ones that got you into coding and are you still using them? If so, are you using them at a professional capacity? If not, what made you change paths?
19 comments
[ 4.9 ms ] story [ 44.5 ms ] threadThat said, I still try to keep up with C++ a little bit, figuring I'll need to fall back to that for some "close to the hardware" stuff or something performance critical one-of-these-days.
Mostly Python, JS, and C# these days.
The first languages I ever touched would've been flavors of BASIC and FORTH. Definitely haven't touched those since my teens, and probably not since the turn of the millennium.
I studied for and took a different (albeit programming-adjacent) career, picked up Ruby on the side because it was a _delight_ to play with, and then came back to programming with that front and center.
I spent a while last year writing toy compilers, and even a simple text-based game for CP/M using Z80 assembler. (Later porting to the ZX Spectrum). Maybe not so useful, but still kinda fun.
I learned Turbo Pascal soon after it came out. I still program in Pascal to this day.
Things that have changed in the mean while:
but it taught me if else switch case, basics like that, not bad.
what made me change paths is it is tough to work with php and mysql given the amount of vulnerabilities back then.
Later I got into higher level languages. Where I'm at C jobs are rare.
I'd like to get back to lower level programming (with C or Rust or similar), but I don't see a path to reach there. I'm thinking I should maybe start with contributing to the Linux kernel (which I have done before).