Re: COLON algorithm
Posted: Mon Jan 20, 2025 9:22 am
How CAN you say that?!tofro wrote: Mon Jan 20, 2025 12:58 am <>
And, in my personal opinion, config blocks are even better than the HOME Thing.

How CAN you say that?!tofro wrote: Mon Jan 20, 2025 12:58 am <>
And, in my personal opinion, config blocks are even better than the HOME Thing.
No Minerva is a JS ROM with bug fixes.bwinkel67 wrote: Mon Jan 20, 2025 8:43 amI think it's easier, for clarity, when referring to QDOS, to focus on the original Sinclair released versions. Minerva and SMSQ/E are reimplemented QDOS compatible operating systems. The differnece between Minerva and SMSQ/E is that the latter won't run on a BBQL.Derek_Stewart wrote: Mon Jan 20, 2025 7:03 am Minerva is QDOS based and supports Multitasking Superbasic
Laurence Reeves himself wrote that Wikipedia entry so those are the authors own words. Look at history and you'll see Lauwr, and you can see exactly the text he added, which is almost all that shows now. Most edits just seem to add punctiation. Click on his name and you'll get to here: https://en.wikipedia.org/wiki/User:LauwrDerek_Stewart wrote: Mon Jan 20, 2025 10:19 am No Minerva is a JS ROM with bug fixes.
Wikipedia entries are sometimes not totally correct
This looks really interesting. Plus it allows syntax highlighting in microEmacs. I haven't used it but if Popopo wants to develop BASIC code on the QL, perhaps this is the way to go.swensont wrote: Mon Jan 20, 2025 6:07 am The other is "Structured SuperBasic". SSB can be found here:
http://swensont.epizy.com/ssb272.zip
With documentation in a PDF here:
http://swensont.epizy.com/SSB.pdf
Hummm... very interesting.tofro wrote: Mon Jan 20, 2025 12:58 am Config blocks aren't limited to compiled programs or programs in machine code - You can use them in interpreted S*Basic programs as well. Tools to support this can be found here: https://ia801404.us.archive.org/0/items ... index.html
And, in my personal opinion, config blocks are even better than the HOME Thing.
Do you see my dear teacher?Andrew wrote: Mon Jan 20, 2025 1:13 amI didn't knew that! I learned something new today!tofro wrote: Mon Jan 20, 2025 12:58 am Config blocks aren't limited to compiled programs or programs in machine code - You can use them in interpreted S*Basic programs as well. Tools to support this can be found here: https://ia801404.us.archive.org/0/items ... index.html
Thank you very much Tim. I will try them outswensont wrote: Mon Jan 20, 2025 6:07 am Popopo,
There are a couple of tools that will allow you to write SuperBasic programs with no line numbers. "Basic Linker" is one. The other is "Structured SuperBasic". SSB can be found here:
http://swensont.epizy.com/ssb272.zip
With documentation in a PDF here:
http://swensont.epizy.com/SSB.pdf
Tim
Nice!bwinkel67 wrote: Mon Jan 20, 2025 6:55 amThere are a bunch of editors on the QL that you can use. Heck, you could even use Quill and export as text file. I prefer Jan Bredenbeek's QED, which, in my opinion, is the best. You can find it on Dilwyn's site. It seems to follow the Amiga's ED key sequences.Popopo wrote: Mon Jan 20, 2025 12:57 am Without using an external editor (from my PC), is it possible to do into the QL? Or do a need another tool?
Thanks
However, for bigger things I prefer to use a PC text editor (I personally prefer Notepad) and just use an emulator to stick it into an MDV file and then read it via vDrive. That's about the easiest way.
Hi Derek,Derek_Stewart wrote: Mon Jan 20, 2025 7:10 am Use a text editor, like QED to write your program withou line number and save.
Then LRUN <program> will run the program.
When I use to use QDOS: JS or Minerva, I used numberless boot program to start the system up and not have the boot file retained in memory.