Search found 253 matches

by swensont
Fri Sep 17, 2021 4:18 am
Forum: General QL Chat
Topic: Sir Clive passed away.
Replies: 45
Views: 13084

Re: Sir Clive passed away.

If I had not purchased my ZX81 in high school, I"m sure it would have eventually bought another computer, but the low price of the ZX81 made it so easy. The ZX81 allowed me to learn how much fun programming could be. That sealed my decision to major in Computer Science in college. In College I ...
by swensont
Tue Aug 31, 2021 5:20 pm
Forum: Software & Programming
Topic: The comp.sys.sinclair Crap Games Competition 2021: 25th edition extravaganza!
Replies: 126
Views: 42860

Re: The comp.sys.sinclair Crap Games Competition 2021: 25th edition extravaganza!

The wiki page for conio.h (https://en.wikipedia.org/wiki/Conio.h) talks a little about it and mentions curses. If conio could be converted to curses, then it can be compiled for the QL. Graham (XorA) has recently fixed some bug in QL Curses and it should be more stable.

Tim
by swensont
Tue Jun 29, 2021 6:58 pm
Forum: Software & Programming
Topic: Digital C code gen
Replies: 10
Views: 3053

Re: Digital C code gen

Looking at that CD ISO, the directory "ARTICLES" is the articles published in the "Tookbook of C". I've compared it with the hard copy version that I have.

Tim
by swensont
Tue Jun 29, 2021 6:34 pm
Forum: Software & Programming
Topic: Digital C code gen
Replies: 10
Views: 3053

Re: Digital C code gen

The book "Dr. Dobb's Toolbook of C" is pretty much on Small-C, including the Small-Mac assembler and Small-Tools for text processing. It's a good inch thick. Back in the day I was all into Small-C, but because the source was available (and I doubt I would have look at the source).
by swensont
Sun Jun 27, 2021 5:21 am
Forum: Software & Programming
Topic: Digital C code gen
Replies: 10
Views: 3053

Re: Digital C code gen

Well, the source code is available if you feel like digging more into the code generator. See Dilwn's page to find it.

Tim
by swensont
Sun May 16, 2021 3:53 am
Forum: Software & Programming
Topic: 50 Years of Pascal
Replies: 8
Views: 2280

Re: 50 Years of Pascal

When transferred to a 4-year college in 1985, I had to learn Pascal because all other CS courses were done in Pascal (Data Structure, Computer Languages, Computer Graphics, etc). Halfway through my Junior year I got my QL ( April 86) and later I got Metacomco Pascal. The program I was writing for on...
by swensont
Thu May 13, 2021 8:29 pm
Forum: Software & Programming
Topic: 50 Years of Pascal
Replies: 8
Views: 2280

Re: 50 Years of Pascal

That was an interesting read. I'm glad my college did Pascal instead of Fortran, as Fortran was not very structured. I did pick up some good programming habits from Pascal that I could use with SuperBasic.

Tim
by swensont
Sun Apr 04, 2021 4:42 am
Forum: The Off-Topic Section
Topic: Today I Received...
Replies: 648
Views: 302037

Re: Today I Received...

> Really? It has the look of a much bigger bike in the photo. Mind you, 650cc is quite big for a "Scooter". I've been riding a Honda Silverwing 600cc scooter since 2012. Scooter only means how it operates and does not define size. After 12 years on my Honda CB750, I went with the Silverwin...
by swensont
Fri Mar 19, 2021 10:25 am
Forum: Software & Programming
Topic: NameCheck
Replies: 44
Views: 11846

Re: NameCheck

Norman, Thanks for the fix. The two sections should be all one script. Easy enough to be fixed by who ever downloads it. In the example with version$, the script will find "version$" and compare that with the keyword list and it will not match if the keyword is "version". The scr...
by swensont
Fri Mar 19, 2021 4:25 am
Forum: Software & Programming
Topic: NameCheck
Replies: 44
Views: 11846

Re: NameCheck

It looks like the indenting was taking out of the program, but it should still work since Perl does not use white space for managing blocks of code.

Tim