How is it possible to be a developer when a kid is 6 years old?
11–17 of 17 posts
Re: How is it possible to be a developer when a kid is 6 years old?
#12Re: How is it possible to be a developer when a kid is 6 years old?
#13I started playing with Commodore 64 Basic at 6 or 7. Nothing fancy, just some "10 INPUT A, 20 PRINT A". I used my father as a beta tester, he was impressed. Then I switched to GWBasic on an 8086. Spent endless hours randomly messing with other programs source code. By the time I was 11 or 12 I wrote my first fully functional program. And it was compiled into an executable file with Turbo Basic! By then, I saw myself…
And my stepfather helped me write a calculator program in C when I was 10 or so (but I didn't really understand C).
I wouldn't call that a "developer" by any stretch of the imagination, I guess Nat was exaggerating.
Re: How is it possible to be a developer when a kid is 6 years old?
#14It wasn't until College though that I started doing the real cool stuff using C++ and Java. I most definitely wasn't a typical kid though. I just kind of had a knack for stuff like that.
Re: How is it possible to be a developer when a kid is 6 years old?
#15when I was quite young I was playing around with Simons' Basic. I not sure exactly how old I was, but I was definitely under 10. No one was helping me or guiding me, we just happened to have the cartridge and the manual and a C64 and I was a curious and bored kid who loved playing computer games. I'm not presumptuous enough to say I was a developer at that point, but I guess if you squint and stretch a bit it could b…
Re: How is it possible to be a developer when a kid is 6 years old?
#16He most likely means the age at which he opened his first IDE and wrote hello world, probably guided by some sort of basic "learn to code" website/book. A developer should be someone well-versed enough in their respective platform that, given requirements for a project, is able to implement those requirements in desired fashion, while also dealing with all the problems associated with such an undertaking (ie bugs, optimizations, etc). It is often confused with programmer though, and programmer is a much more loose term that can refer to someone who made 1 line of hello world to someone who makes software that flies an airplane, and I assume that would have been the more accurate wording in this case.
Re: How is it possible to be a developer when a kid is 6 years old?
#17I first "wrote code" at 8-9. I was in 3rd-4th grade (I started school early), my older brother was in 7th-8th grade and had his first computer classes at school, which had PC Logo at 7th and Quick Pascal at 8th grades (school in Asia). He showed them to me and I wrote lines that made the turtle move in PC Logo, and wrote Quick Pascal programs that spit back out what the user typed in. I imagine he went through something similar.
I soon stopped playing with them, and didn't get back into programming until 13-14 when I first made web sites in HTML and learned writing CGI scripts in Perl, that was the late 90s.
I think I can imagine playing with code slightly younger than I was when I first did.