GWBasic was good resource to get into programming world during my teenage. Now I want to teach coding to my 10 years old son. Will you still recommend GWBASIC/Quick basic or Python or other languages for kids?
The original source code of Microsoft GW-BASIC from 1983
31–40 of 272 posts
Re: The original source code of Microsoft GW-BASIC from 1983
#32GWBasic was good resource to get into programming world during my teenage. Now I want to teach coding to my 10 years old son. Will you still recommend GWBASIC/Quick basic or Python or other languages for kids?
Re: The original source code of Microsoft GW-BASIC from 1983
#33This is great! But it makes me think that Microsoft need to add a BASIC compiler as standard in all Windows distributions. They did that Small Basic thing a while back, but it was too encumbered in .NET-isms, a kind of Visual Basic .NET lite. It would be great if there was just a easy to understand BASIC that you could hack away with that could produce interesting programs without the .NET cruft or the barrier that i…
Re: The original source code of Microsoft GW-BASIC from 1983
#34From a comment in the source > ORIGINALLY WRITTEN ON THE PDP-10 FROM FEBRUARY 9 TO APRIL 9 1975 Wow! I did not realize that it was written so quickly. Two months that literally changed the PC landscape forever.
Gates and Allen had already been working on PDP-8 and Data General versions for a while.
Re: The original source code of Microsoft GW-BASIC from 1983
#35It's really enjoyable to look at the source. These days one I feel it's quite rare to see assembly code not as an output from a tool like IDA Pro. If I remember correctly, the size of a compiled GWBASIC.EXE file was about 80 kB. What feels weird though is seeing all the files on GitHub last modified "38 years ago," which by the way, also includes the file CODE_OF_CONDUCT.md.
I think it wasn't until Vim 8 that the default for .md files became markdown.
Re: The original source code of Microsoft GW-BASIC from 1983
#36Re: The original source code of Microsoft GW-BASIC from 1983
#37Re: The original source code of Microsoft GW-BASIC from 1983
#38For more information on why this happened check out Richard's blog post: https://devblogs.microsoft.com/commandline/microsoft-open-so...
> (Alas, sorry, we’re unable to open-source the ISA translator.) > Alas, we’re unable to provide sources for these ports and/or customizations. I wonder why. (I guess it might involve code licensed from third parties, co-developed and jointly owned with OEM vendors, or unclear provenance of IP.) I wonder if it will ever change. I hope one day it does. One of these days (probably long after I'm dead) the copyright wil…
Re: The original source code of Microsoft GW-BASIC from 1983
#39I also remember it had a graphics mode -- Hercules card, ambar monochrome monitor -- which sort of resembled Logo's turtle. You gave directions to a sort of pencil tip. I don't remember what the statement was called, but I remember I used it to program games.
I owe a lot to GW-BASIC :)