Search found 253 matches

by swensont
Tue Aug 16, 2022 11:21 pm
Forum: Software & Programming
Topic: I'm looking for a S*BASIC app, possibly by Tim Swenson!
Replies: 29
Views: 7127

Re: I'm looking for a S*BASIC app, possibly by Tim Swenson!

Norman,

I see you found the issues that I found when getting SSB to "compile" itself. Glad to see the updates and that you have modified it to work as you want.

Tim Swenson
by swensont
Thu Aug 11, 2022 10:32 pm
Forum: Software & Programming
Topic: I'm looking for a S*BASIC app, possibly by Tim Swenson!
Replies: 29
Views: 7127

Re: I'm looking for a S*BASIC app, possibly by Tim Swenson!

Norman, Why not release both _SSB and _BAS. I would call _SSB the source code and _BAS the "runtime" :-) The purpose of SSB was to make code that is easy to use (and add a few per-processor nice-to-haves). Even those that don't have SSB, the _SSB code would be easier to read and understand...
by swensont
Tue Aug 09, 2022 6:46 pm
Forum: Software & Programming
Topic: I'm looking for a S*BASIC app, possibly by Tim Swenson!
Replies: 29
Views: 7127

Re: I'm looking for a S*BASIC app, possibly by Tim Swenson!

Norman, The ** will create a REMark statement. The other comment is ## which does not show up in the final BASIC program. This is what I use. The full code with comments ends with _SSB. When I convert to _BAS, I leave out the comments. I don't see them as needed as no one should be reading the _BAS ...
by swensont
Mon Aug 08, 2022 4:59 pm
Forum: Software & Programming
Topic: I'm looking for a S*BASIC app, possibly by Tim Swenson!
Replies: 29
Views: 7127

Re: I'm looking for a S*BASIC app, possibly by Tim Swenson!

Norman, Comments are only allowed as the first statement in a line (similar to shell scripting). So you line: x = 1: ** Just a variable named x. I not allowed in SSB and the ** is not the first two characters of the line. As for the line: 1020 REMark Indented comment. You are right in that REMARK is...
by swensont
Sun Aug 07, 2022 11:16 pm
Forum: Software & Programming
Topic: I'm looking for a S*BASIC app, possibly by Tim Swenson!
Replies: 29
Views: 7127

Re: I'm looking for a S*BASIC app, possibly by Tim Swenson!

I wondered why my ears were burning earlier this morning.

Norman, if you have any questions on SSB, feel free to reach out to me.

Tim
by swensont
Sun Aug 07, 2022 11:13 pm
Forum: General QL Chat
Topic: Metacomco C Manual
Replies: 47
Views: 26418

Re: Metacomco C Manual

Any update on a better version of the Metacomco C manual?

Thanks,

Tim
by swensont
Fri Apr 22, 2022 10:02 pm
Forum: Software & Programming
Topic: RCS (revision control system)
Replies: 31
Views: 7301

Re: RCS (revision control system)

Looking back at QHJ #28, when I looked at RCS, I reported that 'diff' came with C68. In looking at the current version of C68, I'm not seeing 'diff' on any of the three download files. I'll look through some old diskettes and see if I have an older version of C68 with diff. Tim BTW, all issues of th...
by swensont
Thu Apr 21, 2022 4:31 am
Forum: The Off-Topic Section
Topic: UNIX - a history and a memoir book
Replies: 6
Views: 3137

Re: UNIX - a history and a memoir book

Sparrowhawk thanks for the recommendation. I ordered the book a month ago and took me just a few nights to complete it. Really a good book. Interesting to see how little memory the PDP-7 had when Unix was created.

Tim
by swensont
Thu Apr 14, 2022 6:29 am
Forum: General QL Chat
Topic: Andy Pennell's books.
Replies: 96
Views: 25857

Re: Andy Pennell's books.

Derek,

Glad you are using LibreOffice. From that PDF's can be easily created. I'm on OpenOffice guy, but Libre is close enough.

Tim
by swensont
Thu Apr 14, 2022 4:19 am
Forum: Software & Programming
Topic: are there music trackers for ql, and how sound works?
Replies: 23
Views: 5375

Re: are there music trackers for ql, and how sound works?

I've looked at the tracker for the ZX81. It is capable, but not easy to learn and the docs are as thin as a super model. Would be interesting to see a tracker on the QL, either using BEEP or the Sampled Sound System (SSS).

Tim