# Thomas Kurtz

> 1928–2024 · Computer Scientist, Co-creator of BASIC
>
> **Recorded contribution:** Co-created BASIC; Dartmouth time-sharing; True BASIC

## How to use this dossier

Read for a causal chain, not a hero story: inherited problem → contribution → mechanism → downstream capability → limit. Then close the page and complete the reconstruction exercise from memory.

## 1. Historical orientation

Thomas Eugene Kurtz (1928–2024) was a Dartmouth mathematician and computer scientist who, with John Kemeny, created BASIC and the Dartmouth Time-Sharing System. The registry's open-ended lifespan is stale: Dartmouth reports that Kurtz died on November 12, 2024. Kurtz focused on making computing usable by undergraduates across disciplines, designed language and system details, and mobilized student programmers to implement the service. Later he co-founded True BASIC to preserve a structured, portable version of the language. His historical significance is access architecture: a simple language, immediate terminal feedback, and institutional availability worked together to make programming an ordinary educational activity.

## 2. The problem inherited

Mainframe computing was mediated by batch queues and specialists, excluding most students from iterative experimentation and making programming instruction abstract.

## 3. The central contribution

Kurtz co-designed BASIC's approachable syntax and led the technical realization of Dartmouth time-sharing so many novices could edit and run programs interactively.

## 4. Reconstruct the mechanism

1. Accept numbered BASIC statements and direct commands from multiple remote teleprinter sessions.
2. Translate or interpret assignments, loops, branches, arrays, and input/output in a deliberately compact vocabulary.
3. Schedule each user's work in short bursts while preserving session state and stored programs.
4. Return diagnostics and results to the originating terminal quickly enough to support revise-and-rerun learning.

## 5. What changed downstream

- Dartmouth made computing a campus-wide educational resource rather than a specialist enclave.
- BASIC became ubiquitous on early personal computers and lowered entry barriers for hobbyists and students.
- The project demonstrated that language, interface, scheduling, and access policy jointly determine usability.

## 6. Attribution, limits, and uncertainty

- Kemeny was an equal co-creator, while Dartmouth students and General Electric personnel built and operated essential components.
- The original BASIC should not be conflated with every later dialect or criticized solely through later unstructured examples.
- Lowering syntactic barriers does not by itself ensure conceptual understanding, equitable hardware access, or sound software design.

## 7. Reconstruction lab

Interview three novice programmers after they solve the same guessing-game task in a line-numbered BASIC subset and a block-structured language. Compare time to first run, error recovery, and control-flow explanation rather than declaring one universally easier.

## 8. Evidence trail

- [Remembering Computing Legend Thomas Kurtz](https://fas.dartmouth.edu/news/2024/11/remembering-computing-legend-thomas-kurtz) — Dartmouth College
- [BASIC at 50](https://www.dartmouth.edu/basicfifty/) — Dartmouth College

---

*Research checked 2026-08-09. Dates, roles, and claims about living people are historical snapshots. Linked sources remain the authority; this dossier is original instructional synthesis.*
