I guess 10+ is an honest vote.
Poll: How long have you been programming?
41–50 of 329 posts
Re: Poll: How long have you been programming?
#42My first larger program was "Towers of Hanoi" where I "solved" the algorithm on my own for. Still the programming I'm most proud of.
Re: Poll: How long have you been programming?
#43Well this makes me feel old. 30 years since I learned Basic and 6809 Assembler.
TRS-80 Color Computer? That's what I learned 6809 assembly on around 1981, only to be startled how many little things were harder on the Commodore 64's 6502. The extra memory (64k after bank switching!) made up for it though. I didn't have a multiprocessing platform until 1988 (4.3BSD at college). I wonder how much better I'd be now if I could have gotten my hands on OS-9 earlier.
My dad helped me double the ram by piggybacking chips on the existing ones. I used to take the cover off and stare at motherboard along with printed schematics to understand how the thing worked.
I think it's a lot harder for kids to get the kind of basis for things now.
Re: Poll: How long have you been programming?
#44 ~1985 - Basic on Sinclair ZX Spectrum 48K
~1990 - GFA Basic on Atari ST
~1992 - Turbo Pascal on PC
1994-1998 - Scheme and C++ at university
1998-now - Professional programmer in C++, C and PythonRe: Poll: How long have you been programming?
#45It must be like a month since I last programmed, and even then it was just a little ProjectEuler.Net
I need to get my hands dirty again, I'm losing touch.
Re: Poll: How long have you been programming?
#46Re: Poll: How long have you been programming?
#47Re: Poll: How long have you been programming?
#48Re: Poll: How long have you been programming?
#49Re: Poll: How long have you been programming?
#50For work tho', only work counts. Real-world programming is not just about programming, it's doing so within a set of constraints that you don't have a say in (e.g. compatibility with existing systems, OS, deadlines/timescale, specs, users, etc etc). Adapting to these situations is what makes a successful industrial programmer, not what you did as a kid.