Page 1 of 2

Thomas Kurtz, Co-Creator of Computer Language Basic, Dies at 96

Posted: Sat Nov 16, 2024 3:35 am
by ricardo_sdl

Re: Thomas Kurtz, Co-Creator of Computer Language Basic, Dies at 96

Posted: Sat Nov 16, 2024 4:12 am
by BarryG
RIP. :(

Re: Thomas Kurtz, Co-Creator of Computer Language Basic, Dies at 96

Posted: Sat Nov 16, 2024 10:37 am
by spikey
Thank you, Professor Kurtz. Many people owe you much.

Re: Thomas Kurtz, Co-Creator of Computer Language Basic, Dies at 96

Posted: Sat Nov 16, 2024 9:22 pm
by ricardo_sdl
Why fred chose Basic for his new language/compiler?

Re: Thomas Kurtz, Co-Creator of Computer Language Basic, Dies at 96

Posted: Sat Nov 16, 2024 10:23 pm
by Quin
ricardo_sdl wrote: Sat Nov 16, 2024 9:22 pm Why fred chose Basic for his new language/compiler?
:?:
...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?

Re: Thomas Kurtz, Co-Creator of Computer Language Basic, Dies at 96

Posted: Sat Nov 16, 2024 11:44 pm
by ricardo_sdl
I mean in 1998. Why he chose Basic as the basis for purebasic.

Re: Thomas Kurtz, Co-Creator of Computer Language Basic, Dies at 96

Posted: Sun Nov 17, 2024 2:31 am
by BarryG
ricardo_sdl wrote: Sat Nov 16, 2024 11:44 pmI mean in 1998. Why he chose Basic as the basis for purebasic.
See the history section here -> http://www.purearea.net/pb/english/interview.htm

Re: Thomas Kurtz, Co-Creator of Computer Language Basic, Dies at 96

Posted: Sun Nov 17, 2024 6:45 am
by tj1010
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..

Re: Thomas Kurtz, Co-Creator of Computer Language Basic, Dies at 96

Posted: Sun Nov 17, 2024 9:22 am
by Fred
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

Posted: Sun Nov 17, 2024 10:32 am
by TI-994A
Without BASIC, I would have never entered the field of programming.

Thank you dear fellow, and RIP.

Code: Select all

End

Re: Thomas Kurtz, Co-Creator of Computer Language Basic, Dies at 96

Posted: Sun Nov 17, 2024 10:44 am
by mk-soft
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.

Re: Thomas Kurtz, Co-Creator of Computer Language Basic, Dies at 96

Posted: Sun Nov 17, 2024 1:36 pm
by threedslider
RIP to Thomas ... :cry:

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 :mrgreen: And I think Purebasic is the best basic compiler :shock:

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

Posted: Sun Nov 17, 2024 3:13 pm
by Piero
May he RUN in Heaven

Re: Thomas Kurtz, Co-Creator of Computer Language Basic, Dies at 96

Posted: Sun Nov 17, 2024 11:41 pm
by DeanH
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.

Re: Thomas Kurtz, Co-Creator of Computer Language Basic, Dies at 96

Posted: Mon Nov 18, 2024 4:03 am
by idle
10 PRINT "THOMAS RULES"
20 GOTO 10