The original source code of Microsoft GW-BASIC from 1983
devblogs.microsoft.com
The original source code of Microsoft GW-BASIC from 1983
1–10 of 272 posts
Re: The original source code of Microsoft GW-BASIC from 1983
#2Re: The original source code of Microsoft GW-BASIC from 1983
#3I just noticed that microsoft has also released the source to MS-DOS 2.0: https://github.com/microsoft/MS-DOS
I don't think I ever imagined that I'd be able to "look behind the curtain" like this, let alone that Microsoft would come to embrace open source.
From there I moved on to Turbo Pascal 3.0, and then Borland Pascal 7.0 (which I loved - super fast compiler and superb IDE - many examples and comprehensive documentation - which were a must in the pre-Internet era), then Borland C. And then Linux and gcc for the following two decades.
Re: The original source code of Microsoft GW-BASIC from 1983
#4Re: The original source code of Microsoft GW-BASIC from 1983
#5Wow, what a blast from the past. I learned to program with BASICA.EXE and GW-BASIC as a kid in the late 80's. I just noticed that microsoft has also released the source to MS-DOS 2.0: https://github.com/microsoft/MS-DOS I don't think I ever imagined that I'd be able to "look behind the curtain" like this, let alone that Microsoft would come to embrace open source. From there I moved on to Turbo Pascal 3.0, and then B…
It was the first time I ever saw him just stare in awe at me like I was an alien's child! :)
Re: The original source code of Microsoft GW-BASIC from 1983
#6Re: The original source code of Microsoft GW-BASIC from 1983
#7If 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.
Re: The original source code of Microsoft GW-BASIC from 1983
#8Re: The original source code of Microsoft GW-BASIC from 1983
#9It'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.
Re: The original source code of Microsoft GW-BASIC from 1983
#10It'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.
You think there weren't codes of conduct back in 1983? ;)