←back to thread

617 points EvgeniyZh | 8 comments | | HN request time: 0.001s | source | bottom
Show context
breadwinner ◴[] No.43576119[source]
Microsoft got its start by Bill Gates doing some dumpster diving. Back then software wasn't seen as valuable thing, only hardware was. Source code wasn't something to be protected, so printouts of code would be thrown in trash. And that's where Bill Gates found the source code for Basic interpreter, which he ported and it became the first Microsoft product.

https://americanhistory.si.edu/comphist/gates.htm

https://paulallen.com/Futurist/Microsoft.aspx

replies(5): >>43576254 #>>43576295 #>>43576337 #>>43576374 #>>43576401 #
ThrowawayR2 ◴[] No.43576374[source]
> "...so printouts of code would be thrown in trash. And that's where Bill Gates found the source code for Basic interpreter, which he ported and it became the first Microsoft product"

Both sources you link to say Allen and Gates pulled listings of the PDP-10 operating system out (probably DEC's TOPS-10?) of the trash. BASIC is not an operating system. So your claim is debunked by your own sources.

"...digging out the operating system listings from the trash and studying those. Really not just banging away to find bugs like monkeys[laughs], but actually studying the code to see what was wrong."

https://americanhistory.si.edu/comphist/gates.htm

"...He and Bill would go “dumpster diving” in C-Cubed’s garbage to find discarded printouts with source code for the machine’s operating system..."

https://paulallen.com/Futurist/Microsoft.aspx

replies(2): >>43576727 #>>43576794 #
breadwinner[dead post] ◴[] No.43576727[source]
[flagged]
1. pdw ◴[] No.43576824[source]
That article is a bit confusing because it's using the term "BASIC" to refer to both the language and Microsoft's implementation. But what it's trying to say is that Microsoft's BASIC implementation was licensed by many computer companies (including Commodore and Atari) and that those companies changed and extended it in incompatible ways.
replies(1): >>43576902 #
2. ◴[] No.43577154[source]
3. sitharus ◴[] No.43577256[source]
None of us write programs from first principles, it's all based on code we've read before. If I was going to write a BASIC interpreter I'd read up on the basics of interpreters, literature which would include sample code, and look at other interpreters' code.

No matter where you think the code came from, the impact of Microsoft BASIC was huge, and they were first to the market.

4. ForOldHack ◴[] No.43577286[source]
BASIC was " BASIC, developed at Dartmouth College, was initially designed for and ran on a GE-225 mainframe computer paired with a Datanet-30 processor, which handled communications with Teletype terminals. " I got into the game on HP BASIC, also with teletype ASR-33s, I was only 9.
5. pdw ◴[] No.43577433[source]
Bill Gates did not write it by himself, Paul Allen and Monte Davidoff also worked on it. And they did not have a finished product after 8 weeks -- only a demo. The first commercial release was "version 2", half a year later.
replies(1): >>43577571 #
6. ThrowawayR2 ◴[] No.43577505[source]
How would Bill Gates copy source code from a 36-bit minicomputer with 32 kilowords (no byte addressing) of memory and a time-sharing operating system to a 8 bit microprocessor with a completely different instruction set and 4 kilobytes of memory and no operating system, just bare metal? Even if he and Allen had had the source code for BASIC-10, which you haven't provided evidence of, it would be closer to a reimplementation than a port.

And DEC was in Massachusetts, Bill Gates went to high school in Washington. That would be one hell of a road trip to dig into DEC's trash.

replies(1): >>43577674 #
7. pcunite ◴[] No.43577571{3}[source]
Podcast with Monte Davidoff

https://floppydays.libsyn.com/floppy-days-113-monte-davidoff...

Starts after about the first 15 minutes.

8. breadwinner ◴[] No.43577674{3}[source]
I think it was C-Cubed's trash, but it was DEC's IP. See: https://www.theregister.com/2000/06/29/bill_gates_roots/