Free Republic
Browse · Search
General/Chat
Topics · Post Article

Skip to comments.

BASIC co-creator Thomas Kurtz hits END at 96
The Register ^ | 20 November 2024 | Liam Proven

Posted on 11/20/2024 10:03:19 AM PST by ShadowAce

Obit Professor Thomas Eugene Kurtz, co-inventor of the BASIC programming language, has died aged 96.

Along with his colleague, John Kemeny, Kurtz's work revolutionized computing, operating systems, and programming language design.

Kurtz was born in Illinois in 1928, and died last week in a hospice in New Hampshire, the home of Dartmouth College where he worked and taught.

Kurtz is most famous as the co-inventor of the BASIC programming language, but almost as influential was the operating system on which BASIC first ran, which he also co-designed: the Dartmouth Timesharing System or DTSS.

Kurtz co-designed both DTSS and the BASIC language alongside his Dartmouth colleague, Professor John George Kemeny, who died in 1992 aged 66. Although just two years older, Kemeny was head of mathematics at Dartmouth. He hired Kurtz as a statistics instructor when the slightly younger man was fresh from Princeton, where he got his doctorate in 1956.

Kemeny and Kurtz worked together to make computing more accessible to the masses, Kurtz told the Concord Monitor:

Of course, by "masses" we meant "Dartmouth students"; in particular those not majoring in the sciences. (The graduates who in later years became CEOs, etc., normally majored in the Social Sciences or Humanities.) It turned out that we also meant high school students.

The first BASIC program ran 60 years ago, but the language did not spring fully formed from their brows. At the start of their efforts, Kurtz commuted to Boston with boxes of punched cards to run on MIT's IBM 704. In 1959, Dartmouth got its first computer – a Royal McBee LGP-30, whose brochure you can admire here [PDF]. (This is the hardware immortalized in The Story of Mel, a Real Programmer.)

Initially, their LGP-30 ran ALGOL. In a 2014 interview [PDF], Kurtz recalled:

We looked at languages and we both decided that the languages FORTRAN, ALGOL – that type of language – were just too complicated. They were full of punctuation rules, the need for which was not completely obvious and therefore people weren't going to remember.

This led to one of the first precursors of BASIC, called DOPE – the Dartmouth Oversimplified Programming Experiment.

Later, Dartmouth got a General Electric GE-600 series machine, whose brochure you can peruse at Bitsavers [PDF]. Thanks to an $800,000 grant from the National Science Foundation, they got their hands on a GE-225, on which they built DTSS in 1963.

DTSS was not the first timesharing system, but it was one of the earliest – and maybe the one used by the most non-specialists. The idea of building a timesharing system was suggested to Kurtz at MIT by John McCarthy, the inventor of Lisp. This led to the development of CTSS, the Compatible Timesharing System, which inspired Multics and UNIX – and, more directly, ITS, the Incompatible Timesharing System, on which the first version of Emacs and many other tools were built.

In 1964, they got BASIC running on their new OS. The original version was a compiler, with just 15 statements. It became so popular that it set the direction of computer development for the next several decades. Notably, in 1975, two students set up a small business to develop BASIC interpreters for eight-bit microcomputers. The late, great Quincy Jones said of one of them: "You know who sings and plays just like Hendrix? Paul Allen … He's good, man."

Rather than "control the development and use of BASIC," Kemeny and Kurtz chose "to put the language into the public domain so that it would be widely used." In 1983, disenchanted by the multiple incompatible versions they termed "street BASIC," they turned Dartmouth BASIC 7 into a commercial product: TrueBASIC.

Professor Kurtz was awarded the 1991 Computer Pioneer Award, and in 1994 was made a Fellow of the ACM.

Kurtz retired in 1993. He was married twice, and is survived by Agnes Seelye Bixler, whom he met while hiking – one of his favorite activities – and by three children: twin sons Daniel Barr Kurtz and Timothy David Kurtz, daughter Beth Louise Kurtz, plus nine grandchildren and 17 great-grandchildren. ®


TOPICS: Computers/Internet
KEYWORDS: ai; basic; dartmouthcollege; dtss; goodbyeworld; illinois; johngeorgekemeny; johnkemeny; kemenyandkurtz; newhampshire; princeton; programming; realbasic; thomaseugenekurtz; truebasic
Navigation: use the links below to view more comments.
first previous 1-2021-4041-6061-62 next last
To: ShadowAce

When I started programming, BASIC hadn’t yet been released, so I couldn’t write the traditional “Hello World” program.

Instead, the first full program I wrote was in assembly language for the IBM 704, a vacuum tube monster that put out as much heat as a small pizza oven. (And I wouldn’t be surprised if a modern pizza oven has more computing power than the 704.)

The program I wrote was one which used Chebyshev Polynomials (which I had recently learned about) to compute cosines. Harder to get working than “Hello World”, but much more like serious programming, since all I had to start with was the recurrence equations. I had to use an actual book, of course, since https://en.wikipedia.org/wiki/Chebyshev_polynomials was far in the future.

P.S. Since the 704 was at the Argonne National Laboratory, and I was at the University of Chicago, each use involved a driving with a box of punch-cards. At least it much shorter than Kurtz’s trip.


41 posted on 11/20/2024 11:20:02 AM PST by powerset
[ Post Reply | Private Reply | To 1 | View Replies]

To: ShadowAce

I took a computer programming course (Math 105H) at U of Chicago in fall of ‘82 from Stuart Kurtz (he was younger). He is still there. The funny thing was that he taught PASCAL and had nothing good to say about BASIC. Worse, it was standard PASCAL, no built-in string handling.

I wonder if they are related?


42 posted on 11/20/2024 11:38:37 AM PST by Dr. Sivana ("Whatsoever he shall say to you, do ye." (John 2:5))
[ Post Reply | Private Reply | To 1 | View Replies]

To: Tell It Right
My first useful code was on an HP25 calculator. June 1976. The program replaced a fairly coarse table of genetic probabilities with a fine grained calculation. The following year I sold the first 5 TRS80 computers in San Diego county. At $599 it was too expensive for my minimum wage job at Radio Shack. Another year later, I sold my ASR15 teletype machine and put the money into a Heathkit H-8. That machine opened doors to BASIC, C and Pascal. I built code in all 3 languages in 1979. The C compiler destroyed my 8 inch floppy drive with a 20 minute compile of the word count (wc.c) source. Hard disks on the SASI interface were too expensive.

I'm spoiled today with a laptop running a quad core i7, 64 GB RAM, 2 TB NVme disk and 34 inch display. Languages and tools are very good today. A gigabit fiber network completes the setup. That said, we owe thanks to Kurtz and Kemeny for enabling the discipline of software engineering to get underway.

43 posted on 11/20/2024 11:40:21 AM PST by Myrddin
[ Post Reply | Private Reply | To 5 | View Replies]

To: ShadowAce
I had a class where we were given a made-up computer language--had to write the assembler, compiler, linker-loader, and VM within a 10-week quarter. The final was him giving us a program, and running it through all of our projects to produce the desired results. Best CS class I ever took.

An excellent project for a quarter. By the time I was interested in doing that, I had already read through the "Dragon book" and produced code using lex and yacc in UNIX to improve accuracy of inputs to systems used at PacBell. The code delivered by Bellcore was fussy and prone to errant behavior with sloppy input.

44 posted on 11/20/2024 11:58:43 AM PST by Myrddin
[ Post Reply | Private Reply | To 28 | View Replies]

To: ShadowAce

I first coded in BASIC, and it was in 1981.

I thought it was great.

Thank you, sir!


45 posted on 11/20/2024 11:58:59 AM PST by ConservativeMind (Trump: Befuddling Democrats, Republicans, and the Media for the benefit of the US and all mankind.)
[ Post Reply | Private Reply | To 1 | View Replies]

To: mairdie
As an undergrad bio major at UCSD, I didn't feel drawn to the computer oriented major designated APIS (Applied Physics and Informational Sciences). The piles of cards were off putting (1974-1976). I taught a class in 6800 and 8080 microprocessors. We had "trainers" with 128 bytes of program memory. Programs were expressed on graph paper using op code pneumonics and manually assembled including the hex op code, memory addresses and relative "jumps". The student was expected to deliver working code for 23 assignments for a C grade. 3 extra credits for B. 5 extra credits for an A. Self-paced with classroom instruction. Primitive, but effective. 92% of my students were hired by DEC or IBM over the 1980 to 1983 timeframe tracked by the Regional Occupational Program. Today I would expect to deliver that kind of class with real editors, assemblers and compilers. It just wasn't an option at the time.
46 posted on 11/20/2024 12:15:31 PM PST by Myrddin
[ Post Reply | Private Reply | To 39 | View Replies]

To: The Antiyuppie

I preferred PASCAL.
But learned about 20 or so languages.
I made my living as a systems engineer
so software design, hardware design, and repairs
of systems were my expertise.
I also build large sailboats from scratch.
I apprenticed as a shipwright when I was a kid.
I retired at age 55 in rural Hawaii.


47 posted on 11/20/2024 12:40:02 PM PST by rellic (no such thing as a moderate Moslem or Democrat )
[ Post Reply | Private Reply | To 37 | View Replies]

To: ShadowAce

Time for a DO Loop.


48 posted on 11/20/2024 12:47:22 PM PST by sauropod ("This is a time when people reveal themselves for who they are." James O'Keefe Ne supra crepidam)
[ Post Reply | Private Reply | To 1 | View Replies]

To: Myrddin

I ran a little programming languages group in that ‘74-76 timeframe in Cambridge MA and brought in Captain Grace Hopper to talk about the archeology of computers. My hero. She discussed the importance of remembering how things were done in the “old days” with small memory so that the techniques would not be lost as new applications came out needing those very same techniques. I can still remember her saluting at the end of her talk in her navy uniform. I was awestruck to have her there and get to drive her back to the airport.

I still try to keep alive the memories of those old days. I switched from language design at IBM Research to interactive video development and made videos of projects and people that I keep up on my YouTube channel as computer history.

My favorite is probably a musical memory of what it was like to be in an all day computer meeting as the day progressed. I was Secretary of the X3J13 Common Lisp group and this was a meeting in San Jose. These are all the big names in the field of Lisp.

X3J13 Lisp - Joseph Blanchard
https://www.youtube.com/watch?v=LjoZXYoDZoY

For those who know of John Backus - Backus-Naur Form and FORTRAN - this was when I was crawling around on the floor of his office during a group meeting to get B-roll for a video I was doing of the San Jose IBM Research group.

John Backus Group Meeting - IBM Research - 5 July 1989
https://www.youtube.com/watch?v=KzBkb-bvNK4

This was a series of interviews with the IBM biggest names telling their memories of an eccentric genius, John Cocke. They were worried about his health and wanted him to know, before it was too late, how very much he was loved. Anyone who followed John around the halls to write down his ideas became famous. My husband was asked to take on that task and refused as he had his own research interests. Sigh.

Computer History - John Cocke: A Retrospective by Friends - 1990
https://www.youtube.com/watch?v=eYwd30iWVvw

Before the video was first shown, there was a party for John and I did B-roll for that, too. One clip shows Isaac Asimov who gave the main talk.

My Old Friend - Tim McGraw - John Cocke and Computer Pioneers - 1990
https://www.youtube.com/watch?v=80x4wR2UDk0


49 posted on 11/20/2024 1:00:20 PM PST by mairdie (GreenwichVillage ArmyPoet: https://www.iment.com/maida/family/father/oldsoldiersdrums/frontcover.htm)
[ Post Reply | Private Reply | To 46 | View Replies]

To: ShadowAce

LET


50 posted on 11/20/2024 1:00:57 PM PST by Pollard
[ Post Reply | Private Reply | To 1 | View Replies]

To: GOPJ

That was probably Fortran (Formula Translator). Doing programs on punch cards led to the notion of subroutines — a slightly worn set of cards in a rubber band with the top one labeled in felt tip, “Pi” or “Square root”, was part of pro programmers’ tool kits. :^)


51 posted on 11/20/2024 1:07:56 PM PST by SunkenCiv (Putin should skip ahead to where he kills himself in the bunker.)
[ Post Reply | Private Reply | To 36 | View Replies]

To: ShadowAce
Shoot, I've still got mine (and it still works!), complete with Programma graphics board (I had to have my dad solder that one in for me), VoxBox, Voice Input, stringy-floppy and, yes, a light pen! lol

Because of BASIC, I got my first job programming when I was 15 (been writing for Softside, Compute!, and 80-Micro prior) and kept going until I took active retirement. Funny thing... I still feel more comfortable writing in BASIC than anything else after all this time. REMemeber Thomas Kurtz, who truly changed the world.
52 posted on 11/20/2024 1:39:56 PM PST by Retrofitted
[ Post Reply | Private Reply | To 26 | View Replies]

To: dfwgator
“…TRS-80 back around 1979…”

.

It was a model 1 then. Model 3 was released in 1980.
Might have been a model 2, but they were pretty rare.

53 posted on 11/20/2024 2:07:54 PM PST by GaltAdonis
[ Post Reply | Private Reply | To 14 | View Replies]

To: rellic

I later learned PASCAL, and really enjoyed it.


54 posted on 11/20/2024 2:37:00 PM PST by ConservativeMind (Trump: Befuddling Democrats, Republicans, and the Media for the benefit of the US and all mankind.)
[ Post Reply | Private Reply | To 47 | View Replies]

To: ShadowAce
"... Kurtz is ...." No, he isn't.
55 posted on 11/20/2024 3:27:57 PM PST by Paal Gulli
[ Post Reply | Private Reply | To 1 | View Replies]

To: ShadowAce

GOTO....


56 posted on 11/20/2024 5:15:38 PM PST by Still Thinking (Freedom is NOT a loophole!)
[ Post Reply | Private Reply | To 1 | View Replies]

To: ShadowAce

My father had trouble using the BASIC test formatting program on his new TRS-80 Model 100 laptop. I read the program — the first program I had ever seen — and thought I might be able to fix the problem. I succeeded. Talk about a gateway drug!


57 posted on 11/20/2024 5:20:04 PM PST by TChad
[ Post Reply | Private Reply | To 1 | View Replies]

To: ShadowAce

RIP

58 posted on 11/20/2024 5:58:16 PM PST by martin_fierro (< |:)~)
[ Post Reply | Private Reply | To 1 | View Replies]

To: ShadowAce

I started off with Fortran and Basic, then my engineering school decided to dive off into PL-1. That didn’t work out so well...


59 posted on 11/20/2024 8:06:21 PM PST by Paul R. (Bin Laden wanted Obama killed so the incompetent VP, Biden, would become President!)
[ Post Reply | Private Reply | To 1 | View Replies]

To: SunkenCiv

You’re right. Fortran. I was listed as a ‘research assistant’ on a project that used punch cards... so long ago. Thanks.


60 posted on 11/20/2024 8:07:12 PM PST by GOPJ (We need to call trans what they really are: Men Pretending to be Women. Cancel culture's dead. )
[ Post Reply | Private Reply | To 51 | View Replies]


Navigation: use the links below to view more comments.
first previous 1-2021-4041-6061-62 next last

Disclaimer: Opinions posted on Free Republic are those of the individual posters and do not necessarily represent the opinion of Free Republic or its management. All materials posted herein are protected by copyright law and the exemption for fair use of copyrighted works.

Free Republic
Browse · Search
General/Chat
Topics · Post Article

FreeRepublic, LLC, PO BOX 9771, FRESNO, CA 93794
FreeRepublic.com is powered by software copyright 2000-2008 John Robinson