Thomas Kurtz, Co-Creator of Computer Language Basic, Dies at 96
-
- Enthusiast
- Posts: 141
- Joined: Sat Sep 21, 2019 4:24 pm
Thomas Kurtz, Co-Creator of Computer Language Basic, Dies at 96
You can check my games at:
https://ricardo-sdl.itch.io/
https://ricardo-sdl.itch.io/
Re: Thomas Kurtz, Co-Creator of Computer Language Basic, Dies at 96
Thank you, Professor Kurtz. Many people owe you much.
-
- Enthusiast
- Posts: 141
- Joined: Sat Sep 21, 2019 4:24 pm
Re: Thomas Kurtz, Co-Creator of Computer Language Basic, Dies at 96
Why fred chose Basic for his new language/compiler?
You can check my games at:
https://ricardo-sdl.itch.io/
https://ricardo-sdl.itch.io/
Re: Thomas Kurtz, Co-Creator of Computer Language Basic, Dies at 96

...What? PureBasic has been basic since its inception over 25 years ago, as has SpiderBasic since its birth over 10 years ago. What are you on about?
-
- Enthusiast
- Posts: 141
- Joined: Sat Sep 21, 2019 4:24 pm
Re: Thomas Kurtz, Co-Creator of Computer Language Basic, Dies at 96
I mean in 1998. Why he chose Basic as the basis for purebasic.
You can check my games at:
https://ricardo-sdl.itch.io/
https://ricardo-sdl.itch.io/
Re: Thomas Kurtz, Co-Creator of Computer Language Basic, Dies at 96
See the history section here -> http://www.purearea.net/pb/english/interview.htmricardo_sdl wrote: Sat Nov 16, 2024 11:44 pmI mean in 1998. Why he chose Basic as the basis for purebasic.
Re: Thomas Kurtz, Co-Creator of Computer Language Basic, Dies at 96
BASIC was the fastest prototyping and production solution for a solo coder. This was even more obvious in the eighties and nineties and early two-thousands..
I use to do stuff in QBASIC and Omikron BASIC during 8bit era; mostly games and tooling and some TCP/IP>FOSS stuff. In the time a solo 1337 coder took to put out 1k lines of C that was full of stack and heap bugs I had multiple products going to publishers that just worked..
I use to do stuff in QBASIC and Omikron BASIC during 8bit era; mostly games and tooling and some TCP/IP>FOSS stuff. In the time a solo 1337 coder took to put out 1k lines of C that was full of stack and heap bugs I had multiple products going to publishers that just worked..
Re: Thomas Kurtz, Co-Creator of Computer Language Basic, Dies at 96
RIP, inventing BASIC was really a game changer for a lot of people !
Re: Thomas Kurtz, Co-Creator of Computer Language Basic, Dies at 96
Without BASIC, I would have never entered the field of programming.
Thank you dear fellow, and RIP.
Thank you dear fellow, and RIP.
Code: Select all
End
Texas Instruments TI-99/4A Home Computer: the first home computer with a 16bit processor, crammed into an 8bit architecture. Great hardware - Poor design - Wonderful BASIC engine. And it could talk too! Please visit my YouTube Channel 

Re: Thomas Kurtz, Co-Creator of Computer Language Basic, Dies at 96
Basic was also my first language with the Zinclair ZX81 and with these also ASM.
My first PC was an IBN clone (16bit with 640MB and two 5-1/4 discs without HD) with DOS 3.0 and Basic. Here I got Pascal from somewhere.
Here I tried Windows 1.04. But I found GEM better.
Then Window 3.10 with Profan 4.5, with which you could still write 16-bit Windows applications.
Tried various compilers for X86.
But then found Purebasic v3.x in a computer shop
Basic is a simple language.
New programming languages are also trying to get away from the complexity and achieve the simplicity of Basic.
My first PC was an IBN clone (16bit with 640MB and two 5-1/4 discs without HD) with DOS 3.0 and Basic. Here I got Pascal from somewhere.
Here I tried Windows 1.04. But I found GEM better.
Then Window 3.10 with Profan 4.5, with which you could still write 16-bit Windows applications.
Tried various compilers for X86.
But then found Purebasic v3.x in a computer shop

Basic is a simple language.
New programming languages are also trying to get away from the complexity and achieve the simplicity of Basic.
My Projects ThreadToGUI / OOP-BaseClass / EventDesigner V3
PB v3.30 / v5.75 - OS Mac Mini OSX 10.xx - VM Window Pro / Linux Ubuntu
Downloads on my Webspace / OneDrive
PB v3.30 / v5.75 - OS Mac Mini OSX 10.xx - VM Window Pro / Linux Ubuntu
Downloads on my Webspace / OneDrive
-
- Enthusiast
- Posts: 397
- Joined: Sat Feb 12, 2022 7:15 pm
Re: Thomas Kurtz, Co-Creator of Computer Language Basic, Dies at 96
RIP to Thomas ...
I have used a bit GFA Basic on Atari 1040 ST but not much, later I have discovered C++ in 1996/1998 and then adopted until now
Later I have rediscovered Purebasic 5.x and fast adopted too, it is a compiler very cool and awesome too
And I think Purebasic is the best basic compiler
Fred has done a very great job, thanks to him and his team !!

I have used a bit GFA Basic on Atari 1040 ST but not much, later I have discovered C++ in 1996/1998 and then adopted until now

Later I have rediscovered Purebasic 5.x and fast adopted too, it is a compiler very cool and awesome too


Fred has done a very great job, thanks to him and his team !!
Re: Thomas Kurtz, Co-Creator of Computer Language Basic, Dies at 96
May he RUN in Heaven
- DeanH
- Enthusiast
- Posts: 278
- Joined: Wed May 07, 2008 4:57 am
- Location: Adelaide, South Australia
- Contact:
Re: Thomas Kurtz, Co-Creator of Computer Language Basic, Dies at 96
Basic had a huge impact on programming until about 20 years ago. Gates and Allen adopted it for good reason. Kurtz's contribution cannot be underestimated. It was huge. It brought some real language to programming, something sadly missed now. Pascal and C were/are not real languages.
I started out with Fortran in 1969, then WPL, then HP Basic, then TRS-80 and CoCo Basics which were similar to GWBasic and Quick Basic and MSX. I worked with several 8-bit systems in the 80's, each having their own dialect. I eventually "settled" on ZBasic in the 90's then GFA Basic and Liberty Basic. Checked out many others before D-Lib introduced me to PureBasic 4.
Like others, I can write a program in Basic far more quickly and more easily than with any other language. Why work so hard and take so long?
The prejudice against Basic is undeserved but is right up there with all the other aspects of "computer racism".
As far as I know, no one developed a Basic-like script add-on for browsers. That would have been far better than JavaScript. I feel Mickeysoft missed an opportunity.
I started out with Fortran in 1969, then WPL, then HP Basic, then TRS-80 and CoCo Basics which were similar to GWBasic and Quick Basic and MSX. I worked with several 8-bit systems in the 80's, each having their own dialect. I eventually "settled" on ZBasic in the 90's then GFA Basic and Liberty Basic. Checked out many others before D-Lib introduced me to PureBasic 4.
Like others, I can write a program in Basic far more quickly and more easily than with any other language. Why work so hard and take so long?
The prejudice against Basic is undeserved but is right up there with all the other aspects of "computer racism".
As far as I know, no one developed a Basic-like script add-on for browsers. That would have been far better than JavaScript. I feel Mickeysoft missed an opportunity.
Re: Thomas Kurtz, Co-Creator of Computer Language Basic, Dies at 96
10 PRINT "THOMAS RULES"
20 GOTO 10
20 GOTO 10