Live data from Hacker News

Microsoft GW-Basic Interpreter Source Code

github.com

1–10 of 101 posts

Re: Microsoft GW-Basic Interpreter Source Code

#2
Like so many, I gathered my first experiences with programming in Basic (or is it BASIC?). My first computer was a Commodore 128, and my mother sent to a week-long programming course that for some reason the local Sparkasse (quasi-public bank in Germany) held over the Easter holidays

And here we used PCs running DOS, so I almost certainly did my first baby steps programming using GW-BASIC. Little did I know the Basic on my C128 had also been written by Microsoft. Ah, to be that young again...

I expect Microsoft is not going to get many PRs, but it's a nice gesture. One day, some digital archeologist is going to have fun (or curse like a sailor) inspecting this code.

Re: Microsoft GW-Basic Interpreter Source Code

#5
post #2

Like so many, I gathered my first experiences with programming in Basic (or is it BASIC?). My first computer was a Commodore 128, and my mother sent to a week-long programming course that for some reason the local Sparkasse (quasi-public bank in Germany) held over the Easter holidays And here we used PCs running DOS, so I almost certainly did my first baby steps programming using GW-BASIC. Little did I know the Basic…

I suspect they'll get zero PRs:

"The files in this repo are for historical reference only and will remain read-only and unmodified in their original state.

Please do not send Pull Requests suggesting any modifications to the source files."

Re: Microsoft GW-Basic Interpreter Source Code

#7
post #3

(From the linked announcement blog:) > (Alas, sorry, we’re unable to open-source the ISA translator.) Awww...

I wonder why. Uses third-party code? Some contractor/consultant/etc wrote it and they can't find the contract so they don't know what it says about copyrights? Lost it completely?

Re: Microsoft GW-Basic Interpreter Source Code

#8
There are forked versions which have been made somewhat to work. [1] [2] The original version (the linked article) won't work as-is, since there are no build scripts, instructions, or executables.

[1] https://github.com/dspinellis/GW-BASIC

[2] https://github.com/tkchia/GW-BASIC

Re: Microsoft GW-Basic Interpreter Source Code

#9
post #2

Like so many, I gathered my first experiences with programming in Basic (or is it BASIC?). My first computer was a Commodore 128, and my mother sent to a week-long programming course that for some reason the local Sparkasse (quasi-public bank in Germany) held over the Easter holidays And here we used PCs running DOS, so I almost certainly did my first baby steps programming using GW-BASIC. Little did I know the Basic…

It is supposed to be "BASIC", from Beginner's All-purpose Symbolic Instruction Code no less [1].

[1]: https://en.wikipedia.org/wiki/BASIC

Post reply on HN