softare development

Thomas E. Kurtz, co-creator of the BASIC programming language, passes away at 96.

Thomas E. Kurtz, co-creator of the BASIC programming language, passed away on November 12, 2024, at the age of 96. A mathematician and computer scientist, Kurtz, alongside John Kemeny, developed BASIC (Beginner’s All-purpose Symbolic Instruction Code) in the 1960s at Dartmouth College. This language simplified programming, making it accessible to students and non-specialists at a time when computer use was limited to experts and specialized institutions.

Kurtz and Kemeny also pioneered the Dartmouth Time-Sharing System (DTSS), an innovation that allowed multiple users to interact with a central computer. This breakthrough not only enabled BASIC’s widespread adoption but also laid the foundation for many subsequent developments in computing.

Dr. Kurtz, standing, worked with a student, Michael Busch, to test a new computer in the basement of College Hall at Dartmouth in 1964.Credit…Adrian N. Bouchard/Rauner Special Collections Library at Dartmouth

Born in Oak Park, Illinois, in 1928, Kurtz earned a PhD in mathematics from Princeton University. Over his career, he held significant academic and leadership roles at Dartmouth and contributed to creating computing standards, including the ANSI standard for BASIC. His work profoundly influenced the democratization of computing and inspired generations of programmers.

Kurtz’s legacy lives on in the countless programmers introduced to coding through BASIC, a language that became foundational in the early personal computing era. He is survived by his wife, children, grandchildren, and great-grandchildren.

Recent Posts

JavaScript Memoization

In JavaScript, it’s commonly used for: Recursive functions (like Fibonacci) Heavy calculations Repeated API/data processing…

1 week ago

CSS Container Queries: Responsive Design That Actually Makes Sense

For years, responsive design has depended almost entirely on media queries. We ask questions like: “If…

1 week ago

Cron Jobs & Task Scheduling

1. What is Task Scheduling? Task scheduling is the process of automatically running commands, scripts,…

1 week ago

Differences Between a Website and a Web App

Here’s a comprehensive, clear differentiation between a Website and a Web App, from purpose all the…

3 weeks ago

Essential VS Code Extensions Every Developer Should Use

Visual Studio Code (VS Code) is powerful out of the box, but its real strength…

4 weeks ago

JavaScript Variables

1. What Is a Variable in JavaScript? A variable is a named container used to store data…

4 weeks ago