I had no idea what programming was when I was 12 but I was very interested in Computers. Back then there was no Internet here in India so I used to explore every feature of Windows 98/ME and all the Software installed. What always intrigued me was how these .exe files are created because I could create every other file like(.bmp, .jpg, .doc, etc,.) with the Software installed but not .exe We had IT in our school but…
Rocky Mountain Basic
11–20 of 24 posts
Re: Rocky Mountain Basic
#12I had no idea what programming was when I was 12 but I was very interested in Computers. Back then there was no Internet here in India so I used to explore every feature of Windows 98/ME and all the Software installed. What always intrigued me was how these .exe files are created because I could create every other file like(.bmp, .jpg, .doc, etc,.) with the Software installed but not .exe We had IT in our school but…
- What is your name?
- is dumb, haha
Re: Rocky Mountain Basic
#13I had no idea what programming was when I was 12 but I was very interested in Computers. Back then there was no Internet here in India so I used to explore every feature of Windows 98/ME and all the Software installed. What always intrigued me was how these .exe files are created because I could create every other file like(.bmp, .jpg, .doc, etc,.) with the Software installed but not .exe We had IT in our school but…
I still wonder sometimes what the modern equivalent to learn programming would be. Most modern programming languages are infinitely more capable, but the hurdle to start is also a lot higher in many cases. JavaScript is probably equivalent in that it's available everywhere, but there's so much you have to at least understand a bit before you can really write some code ...
Re: Rocky Mountain Basic
#14I had no idea what programming was when I was 12 but I was very interested in Computers. Back then there was no Internet here in India so I used to explore every feature of Windows 98/ME and all the Software installed. What always intrigued me was how these .exe files are created because I could create every other file like(.bmp, .jpg, .doc, etc,.) with the Software installed but not .exe We had IT in our school but…
Re: Rocky Mountain Basic
#15I had no idea what programming was when I was 12 but I was very interested in Computers. Back then there was no Internet here in India so I used to explore every feature of Windows 98/ME and all the Software installed. What always intrigued me was how these .exe files are created because I could create every other file like(.bmp, .jpg, .doc, etc,.) with the Software installed but not .exe We had IT in our school but…
When I logged into my first dial-up BBS, I had no idea what to use as my handle. My manual for GWBasic was sitting in front of me. 25 years later I'm GWBas1c on Hacker news.
Re: Rocky Mountain Basic
#16I had no idea what programming was when I was 12 but I was very interested in Computers. Back then there was no Internet here in India so I used to explore every feature of Windows 98/ME and all the Software installed. What always intrigued me was how these .exe files are created because I could create every other file like(.bmp, .jpg, .doc, etc,.) with the Software installed but not .exe We had IT in our school but…
When I was really young, I opened a few .exe files in Notepad to try to figure out how they were created. I remember at one point seeing all of the garbage character output and thought, "wow, someone wrote and understands all of this?"
Re: Rocky Mountain Basic
#17I had no idea what programming was when I was 12 but I was very interested in Computers. Back then there was no Internet here in India so I used to explore every feature of Windows 98/ME and all the Software installed. What always intrigued me was how these .exe files are created because I could create every other file like(.bmp, .jpg, .doc, etc,.) with the Software installed but not .exe We had IT in our school but…
One of my first program was something like: - What is your name? - is dumb, haha
10 PRINT "WHAT IS YOUR NAME"; 20 INPUT NAME$ 30 IF NAME$ = "BILL" THEN 40 PRINT NAME$+" SOUNDS LIKE A NAME FOR A DORK!" 50 ELSE 60 PRINT NAME$+" SOUNDS LIKE A GREAT NAME!" 70 END IF
I also tried to prank people with a program I wrote that mimicked a BSOD, but I couldn't get anyone to fall for it.
PS- No hard feelings between me and NAME$, one of the few high school friends I still spend time with. He still remembers the program and laughs.
Re: Rocky Mountain Basic
#18I had no idea what programming was when I was 12 but I was very interested in Computers. Back then there was no Internet here in India so I used to explore every feature of Windows 98/ME and all the Software installed. What always intrigued me was how these .exe files are created because I could create every other file like(.bmp, .jpg, .doc, etc,.) with the Software installed but not .exe We had IT in our school but…
I had a similar experience. I was around 12, had a ZX Spectum and wrote a couple of lines to draw a circle on the TV. I was amazed too at this new super power, where I could "tell my TV" where to draw a circle just by changing a couple of numbers. Ironically, as developing software becomes increasingly complex, I feel more and more like it's the machine telling me what to do XD
I've posted this before, but it's always a fun trip down memory-lane:
Re: Rocky Mountain Basic
#19Earlier quoted context omitted.
When I was really young, I opened a few .exe files in Notepad to try to figure out how they were created. I remember at one point seeing all of the garbage character output and thought, "wow, someone wrote and understands all of this?"
Conversely, I didn't have much luck renaming my basic programs to .exe.
Switching to QuickBASIC was like stepping into the future, coming from GW-BASIC. No more line numbers. Actual subroutines. A quite nice IDE that separates out subroutines similar to the code browser in Smalltalk/Squeak.