Talk:Sinclair QL

Page contents not supported in other languages.
From Wikipedia, the free encyclopedia

Although the computer[edit]

Although the computer was rather advanced for its time..the japshung..

Was it, really? I seem to recall that in fact its major failing was that it was nowhere near as advanced for its time as it should have been. Contemporary of the Mac, which really was a "quantum leap" in computing for the masses - sphincter at a price. The QL was stuck with a very old fashioned operating system design, old fashioned mass storage (as the 3.5" floppy age was about to dawn), and certainly nothing like a GUI. It had "windows" of a sort but they tiled up the screen into, at most, 4 sections. They didn't overlap. Each ran one DOS-like shell or session. The term QL was little more than hype (or maybe wishful thinking). Sure, it may have been a quantum leap from the Spectrum, but in absolute terms, very much an also-ran. The only thing it did get right was its CPU choice, which was very good for its day.Graham

Maybe. At the time I worked for a computer company where, aside from the minicomputers we were programming, we had a Mac and a QL: the Mac was the toy we drew pictures on when we had long compiles going, whereas the QL was seen as a huge step up from the 8-bit Micros of that era. I think the Mac was significantly more expensive too. Mark Grant 15:57, 12 July 2006 (UTC)[reply]
Even though the QL was quite different than many other computers of the time (although, compared to the first Mac, the QL had a color output on both monitors and TV screens), and did have its shortcomings, it was certainly an extremely expandable computer. My father's QL, by the time he stopped adding things to it, bore very little resemblance to the QL he bought in the mid-1980s. Microdrives were horrible little things to use, so he eventually added four disk drives: two 5¼" and two 3½" - the first time I had actually ever used the latter. The compatibility with the Atari 2600 joysticks was genious. Virtually any kind of printer available at the time could be used with the QL, too. Processor power could be greatly enhanced with the Gold Card, Super Gold Card, etc. My father even installed a patch to allow a regular PC keyboard to be used instead of the somewhat awkward QL keyboard, though this did require some technical know-how, as well as a drill to put a hole through the QL case. So, with a little bit of patience and a bit of elbow grease, one really could turn the QL into a real powerhouse of a computer. --Ericdn (talk) 06:44, 6 March 2009 (UTC)[reply]

SOME RECOLLECTIONS & ANALYSIS OF THE QL[edit]

I agree that the QL did have some advanced features, but that the implementation of them was deeply flawed, partly from the designers' failure to break out of some of the paradigms of early 80s micros; partly from failures in project management, resulting in botches, compromises & omissions; and partly because of Sinclair's practice of using cheap, idiosyncratic components and peripherals to keep the price down.

Eg#1 - HARDWARE

- Choice of CPU: As I recall, the 68008 chip was 16-bit internally (& thus a leap forward from 8-bit chips). Unlike the 68000, though, the cheaper 68008 used an 8-bit data bus thus bottlenecking the chip. Sinclair chose the 68008 for budget reasons, but did not therefore gain the full benefits of 16-bit technology. Two steps forward & one step back doesn't make a quantum leap.

  • The sheer joy of the 68k ISA adds another step forward at least. Lars T. 16:49, 24 November 2005 (UTC)[reply]
The big issue was the 16-bit address space, not the 16-bit bus width. The 8-bit bus slowed the CPU, but the big step forward with the 16-bit CPUs of that era was the ability to access over 64k of RAM without using complex and annoying paging schemes. Mark Grant 15:57, 12 July 2006 (UTC)[reply]
Actually, the 68008 CPU is a 32-bit architecture chip with a 20-bit address bus and an 8-bit data bus, as it's Wiki entry correctly describes. (AdeV)

- Use of Non-Standard Budget Hardware: Low pricing was part of Sinclair's business strategy. This meant keeping costs down & one way that was done was by using cheap hardware. E.g. the membrane keyboards on the ZX80 & ZX81 & the infamous "dead flesh" keys on the Spectrum; the small thermal printer which burned output onto rolls of silver toilet paper; and of course the microdrives, which used a thin loop of video tape in a small, hard casing as the storage medium. Was this better than cassettes? Yes. Was this as good as floppy discs? No. Microdrives didn't have the storage capacity of the 5.25" 360Kb floppies, let alone the new 720Kb ones. At least the QL had a pretty decent keyboard.

However, microdrives were much cheaper than floppy drives, and far more exciting: particularly when you didn't leave enough time for them to stop before removing the cartridge and ten feet of tape spewed out across the room as you did so.
I think it probably was a mistake for a machine aiming at the business market, but adding a floppy drive -- let alone two --- would have significantly increased costs. Mark Grant 15:57, 12 July 2006 (UTC)[reply]

Eg#2 - OPERATING SYSTEM: The QL did have a very advanced feature for its day: multi-tasking. It was capable of running multiple programs in real time, which was a major leap forward. Stupidly, however, the facility wasn't activated by default. I remember typing in a short program (10 lines or so from a QL magazine) which activated the multitasking, then watching in amazement as the machine ran serveral different programs simultaneously.

  • Beg your pardon? The first versions of the Psion suit were not to well behaved with each other, but I certainly never needed to activate multitasking on the QL. Lars T. 16:49, 24 November 2005 (UTC)[reply]
The Psion apps were "badly behaved" primarily because they were written long before there was any working QL hardware... They were written in C (versions 1.x), and they wouldn't fit into the QL's 128K (early bloatware). Versions 2.x were re-written in Assembler, were much faster, and fitted everything except the online help system into 128K with some room to spare for documents. Nevertheless, each program was still sufficiently large that you simply couldn't run two in the available unexpanded memory; so Psion stuck with the 1-at-a-time philosophy. A later version (called Xchange - available for PC's and CST Thors) DID allow you to have 1+ apps & documents in memory, and would allow you to switch between them. As for the QL multitasking... It always multitasked, right from the very first version - it was built into the operating system. However, SuperBASIC didn't have any commands which would allow you to write multi-tasking BASIC programs; you could only do it in machine code. (AdeV)

DOS-based IBM PCs did not multi-task & even Windows 1.0-3.1 were arguably task-switchers rather than true multi-taskers. PC multi-tasking was only implemented in Windows 95. The Atari ST (essentially a 68000-based PC, running a GEM Gui) couldn't multi-task either. Amongst the micros of the 80s, only the UNIX-inspired Commodore Amiga sported a true multi-tasking OS.

  • And the Amiga had that little quirk with high priority tasks that could not be preempted. Which wouldn't have been a problem if some genius hadn't decided to make the GUI a high priority task and that the first versions of the routine that showed the content of a disk/folder you opened became slower the more items there were. Lars T. 16:49, 24 November 2005 (UTC)[reply]


Eg#3 - USE OF A COMMAND LINE INTERFACE, NOT A GUI: That was a bad oversight, but remember that command line interfaces were the user interface paradigm of the day. Inherited from 60s & 70s time-sharing mainframes (along with interpreted BASIC as the preferred programming language) CLI interfaces dominated early micros. Machines of that era tended to boot into a command line interface, usually with a BASIC interpreter in ROM (although the Jupiter Ace boldy used FORTH). CP/M & DOS used CLIs. Commodore Pets, Vic-20s & Commodore 64s; Zx80s,ZX81s & the Spectrum; BBC Micros etc - all used CLIs & Basic interpreters.

Going over to GUIs required a major paradigm shift. Even Xerox (who'd set up & funded the research group at Palo Alto that devised the WIMP GUI paradigm) didn't see the potential of WIMP-style GUIs (or any of the group's other seminal inventions). It took a visionary like Steve Jobs to see the potential of that kind of user interface, lease the technology, & implement it in the abortive Apple Lisa, then the immensely successful Apple Mac (whose success woke up Microsoft woke up & put them into catch-up mode, creating Windows).

  • The Apple Lisa was not abortive by any stretch of the imagination - many were made and sold. However, it was fiendishly expensive, which kept it out of the mainstream. For sure, the QL had a marginally better windowing system than many of its contemporaries, and a sort-of GUI could be (and was, quite rapidly) developed - think Eidersoft ICE as an early WIMP environment. Whilst it would have been really really nice if a WIMP was built into the OS, there simply wasn't room in the internal ROM for it... (AdeV)

EG #4 - BUNDLED SOFTWARE SUITE Not a massive leap forwards, but getting a suite of some reasonably powerful suite, with Wordprocessing, Database, Spreadsheet & Charting was a refreshing change.

Overall, it's a shame that Sinclair didn't break out of early 80s paradigms, but it's understandable. I doubt they got to tour expensive pure research establishments like Palto Alto or AT&T Bell Labs. Botches, omissions and compromises in the design of the hardware and operating system due to bad project management and cheapskating are less forgivable, & idiosyncracy was a bad strategy in a time when personal computers were moving towards standardisation & compatability.

  • The Psion apps were actually very powerful (v1.x notwithstanding), and would - if sold directly by Psion - probably have commanded a very large chunk of the QL's retail price. Certainly, when you consider the memory constraints they had to work within (a basic 128K QL has around 80K of usable memory available to applications). (AdeV)

Probably the most seminal micro of the 80s was the Apple Mac, which turned Palo Alto's ideas into a highly marketable reality and made much more of a quantum leap than Sinclair. But the most advanced micro of that decade (and the one which jumped furthest) was the Commodore Amiga, which incorporated dedicated chips for high resolution graphics and sprite animation, sound synthesis, and by far the most advanced operating system of any micro in that era, although in the marketplace it got pigeonholed as a games machine.

- JP --195.93.21.102 11:03, 21 Apr 2005 (UTC)



COMMENTS ON THE ABOVE[edit]

 Since 1984. we are talking about is still a huge 8-bit computing era, Sinclair QL

was a quantum leap from them, and to not yeat existing Amiga and Atari.

-  QDOS has a concept of OS, compared to Commodore or Sinclair ZX series. This is
   nice OS, even multitasking compared to MS-DOS of the time. It even includes
   the best BASIC (SuperBASIC) ever built in ROM of home computer and is
   also a last computer with it. This both bonus. Compared to later GUI of
   Commodore 64, Amiga Workbench, early MacOS and early Windows QDOS sucks,
   but with further expansions, even after Sinclair went broke, similar
   GUI/mouse concept was introduced for QL and sucessors.
-  Microdrive is a fair solution. It offers a 100K storage for 128K computer.
   C-64 and PPC floppies of the time were 180K Single desnity. And you
   get two of them enabling easy backing up, copying etc.
   Latter, and interfrace for floppies and hard drives was introduced.

- It was not only good CPU but first home computer with good keyboard, 2 mass

   storage devices included, hi res graphic and bussines package bundled.
   Also you had a 10 microdrive package included, so it shipped with blank media too.
In short, it was a good balance, a computer bridging home and personal computer era,
but tried to be sold to early,with bad company behind it that cound`t even ship
the orders. 

- Choice of CPU: As I recall, the 68008 chip was 16-bit internally (& thus a leap forward from 8-bit chips). Unlike the 68000, though, the cheaper 68008 used an 8-bit data bus thus bottlenecking the chip. Sinclair chose the 68008 for budget reasons, but did not therefore gain the full benefits of 16-bit technology. Two steps forward & one step back doesn't make a quantum leap.

Yes, yes, but never forget that famous 68 000 CPUs that run Amigas 500/600/2000, Macintosh,

Atari ST ... had everything same, just could adress more memory. And they didn`t use over 512K as standard for several years. So at the time this was smart budget decision, much better than a Intel of that time.


- Use of Non-Standard Budget Hardware: Low pricing was part of Sinclair's business strategy. This meant keeping costs down & one way that was done was by using cheap hardware. E.g. the membrane keyboards on the ZX80 & ZX81 & the infamous "dead flesh" keys on the Spectrum; the small thermal printer which burned output onto rolls of silver toilet paper; and of course the microdrives, which used a thin loop of video tape in a small, hard casing as the storage medium. Was this better than cassettes? Yes. Was this as good as floppy discs? No. Microdrives didn't have the storage capacity of the 5.25" 360Kb floppies, let alone the new 720Kb ones. At least the QL had a pretty decent keyboard.

   I agree with Spectrum expiriences but QL was different story - hardware and software

costed about 3 times as similar ones for Spectrum and you could get good printers, floppy drives, expansion cards offering a lot of power. Floppies were about 360K standard of that time, but floppy drive unit costed about half price of QL. So again, for this price better microdrive than tape system of C-64 or Spectrum.

  • Not to mention that the microdrive was far more robust, faster and actually more reliable than 5.25" floppies. Lars T. 16:49, 24 November 2005 (UTC)[reply]

Eg#3 - USE OF A COMMAND LINE INTERFACE, NOT A GUI: That was a bad oversight, but remember that command line interfaces were the user interface paradigm of the day. Inherited from 60s & 70s time-sharing mainframes (along with interpreted BASIC as the preferred programming

    My PC keept buting to them even today through sys file, and for sure was dependent on it even in Windows 98 (1998). This was expected at the time as no GUI existed (QL came to market before Atari and Amiga, and years before them and Windows became widespread)

Probably the most seminal micro of the 80s was the Apple Mac, which turned Palo Alto's ideas into a highly marketable reality and made much more of a quantum leap than Sinclair. But the most advanced micro of that decade (and the one which jumped furthest) was the Commodore Amiga, which incorporated dedicated chips for high resolution graphics and sprite animation, sound synthesis, and by far the most advanced operating system of any micro in that era, although in the marketplace it got pigeonholed as a games machine.

- JP --195.93.21.102 11:03, 21 Apr 2005 (UTC)

 As Amigan I agree. And while Amiga was good hardware and strong community, Mac was innovation. Sinclair was mass market, and I think that QL was big improvent: bringing

bussines computing to homes. It`s a shame both Clive went bancropcy without seeing QL widespead as Commodore went out after they started focusing on Amiga finaly, with first multimedia consoles (Amiga CDTV/CD32) and open field for new AAA Amigas. Mac survived thanks to American universities.

Finally we have proof: in competitive cyber market it is not the best who survive, but those who play monopolistic and on human stupidness.


so when ?[edit]

The QL was the first mass-market personal computer... ...deliveries only started, slowly, in April. So, what was the date wheb QL was told to be seld ? What to compare April with ?

This was something that Sinclair always did. They would start taking orders months and months before they had any hope of ever having a single unit ready to ship. I bought a ZX Spectrum in May 1982, and was told it would be delivered in 28 days. After about 6 or 7 weeks I received a letter from them saying it would now take 6 months! I told Sinclair Research that I wanted my money back, and finally, in September I got a refund, but only because I turned up at their Camberley office and said I wouldn't leave until they gave me the refund. They eventually did, after I had stood there from 10.30am until 6.30 pm. They were always a bunch of amateurs and their computers were a pile of cack. —Preceding unsigned comment added by 81.178.228.93 (talk) 21:19, 15 October 2007 (UTC)[reply]

I agree - claiming it "launched" first is completely disingenuous in an encyclopedic context. They announced 12 days before Apple announced the Macintosh - but Macintosh was available immediately, QL wasn't available for another few months. In addition, claiming it was the first "mass market" also discounts the then-year-old Apple Lisa, which was marketed at the same "professional" market as the QL - and sold about as many units as the QL. — Preceding unsigned comment added by 2601:1C0:4701:20C8:5C0D:D8A9:B33A:B1CC (talk) 10:11, 18 March 2018 (UTC)[reply]

Tandy TRS-80 Model 16 - "mass market"?[edit]

I wouldn't describe the Model 16 as a "mass-market" personal computer; this was a $5000 multi-user system with a Z80 co-processor, 8 inch floppy drives and optional hard disk(s)! [1]. Letdorf 13:27, 6 July 2006 (UTC).[reply]

Bingo[edit]

I'd love to know the source for the minor reference "In the late eighties they were used in Bingo halls to allow a country wide networked bingo game."

Cheers —Preceding unsigned comment added by 212.187.153.230 (talk) 16:20, 2 April 2008 (UTC)[reply]

Facts please[edit]

"Plagued by a number of problems from release, particularly bugs in the QDOS operating system and SuperBASIC which led to multiple releases of the firmware."

Can the author identify any "bugs in the QDOS operating system" [Comment added by TT - see Talk for Sinclair QDOS ]

"Multiple releases of the firmware".

After the launch of the QL the "software development team" moved out of Sinclair Research's main building into a building site owned by the company to try to decide what sort of system software the QL should have, based on the expectations raised by the launch. The result was the first test version for sending to an evaluation panel: FB (named after Francis Burdett? the Sinclair driver who drove me back from my meeting with Sir Clive at which I resigned). Versions PM, AH, JM followed at about weekly intervals. These test versions included early versions of a rapidly evolving SuperBASIC. There was also a side test version TB that was after JM, but I do not know whether this was seen outside Sinclair.

3 bugs were found in the operating system in test version AH. The next test version JM had what was the final test version of QDOS (final, because no bugs were or ever have, as far as I am aware, been found in this version of QDOS) this was also sent to testers bundled with SuperBASIC in ROM (the microdrives still did not work reliably enough to ship software on). This version of SuperBASIC differed from the AH version in that the parameter order for one of the graphics commands was changed and there were some minor fixes.

As testing failed to uncover any more problems in JM there were no more test versions and it became the first release version.

So you can ignore all the rubbish that has been written about it: JM was actually released before any QLs, flaky or or not, were shipped. I had already given my notice - the day the first QL was shipped I walked out of the door, never to return. The rest is chaff. Sinclair shipped flaky QLs with ancient development versions of the operating system, graphics and SuperBASIC in a dongle hanging out the back either because 1) (the "official internal" version) buggy software was more acceptable to the press than faulty hardware 2) those who had developed the software had left the company in disgust over the premature launch - slandering them seemed a good way out a deep hole. "Les absents ont toujours tort" - always blame those who are not there.

Tony (it's all my fault) Tebby —Preceding unsigned comment added by TonyTebby (talkcontribs) 14:49, 15 February 2009 (UTC)[reply]

Dig up Torvalds programs[edit]

Has anyone ever seen one of Linus Torvalds alleged QL programs, the Assembler and the game Cool Man (Pac Man clone)? Or are these things just legendary pieces of code that might exist on his own old floppies somewhere? Nixdorf (talk) 12:38, 1 March 2009 (UTC)[reply]

https://www.youtube.com/watch?v=pxx6brHlwJI https://www.youtube.com/watch?v=05pgVwzAZ6k&list=PLF9306B719037CED1&index=2

Man had to learn to programme somewhere

Trivia[edit]

This was tagged for tidying up in Jan 2009 (per WP:TRIVIA) and AFAICT has remained that way since. I'm now removing it, and here's a link to the section before doing so. Text copied below, refs retained in previous version of article (not copied here, so as not to clutter the talk page).

  • Linus Torvalds, creator of the Linux kernel, owned a Sinclair QL in his youth and used it to learn programming.
  • The QL's Intel 8049 Intelligent Peripheral Controller actually ran at a higher clock speed than the 68008 CPU (11 versus 7.5 MHz).
  • When connected to a normally-adjusted TV or monitor, the QL's video output would overscan horizontally. This was reputed to have been due to the timing constants in the ZX8301 chip being optimised for the flat-screen CRT display originally intended for the QL.
  • QLs built by Samsung for export markets had DE-9 sockets for the RS-232 and joystick ports, instead of the unusual and UK-specific BT630W (similar to BS 6312) sockets found on UK-built QLs.
  • External QL Microdrives appeared on QL accessory pricelists but were never produced. However, ZX Microdrives could be connected to the external Microdrive interface and performed flawlessly on a QL (actually offering higher reliability than the built-in ones).

--Trevj (talk) 12:05, 23 May 2011 (UTC)[reply]

External links modified[edit]

Hello fellow Wikipedians,

I have just modified one external link on Sinclair QL. Please take a moment to review my edit. If you have any questions, or need the bot to ignore the links, or the page altogether, please visit this simple FaQ for additional information. I made the following changes:

When you have finished reviewing my changes, you may follow the instructions on the template below to fix any issues with the URLs.

This message was posted before February 2018. After February 2018, "External links modified" talk page sections are no longer generated or monitored by InternetArchiveBot. No special action is required regarding these talk page notices, other than regular verification using the archive tool instructions below. Editors have permission to delete these "External links modified" talk page sections if they want to de-clutter talk pages, but see the RfC before doing mass systematic removals. This message is updated dynamically through the template {{source check}} (last update: 18 January 2022).

  • If you have discovered URLs which were erroneously considered dead by the bot, you can report them with this tool.
  • If you found an error with any archives or the URLs themselves, you can fix them with this tool.

Cheers.—InternetArchiveBot (Report bug) 06:56, 2 December 2017 (UTC)[reply]

Removing dubious tag on "first" statement[edit]

The QL is in Category:68000-based_home_computers. The Lisa is in Category:68k-based_computers. There is overlap (?), but IMO Lisa was targeted at business use (as Apple Lisa says, and adding "mass-market" distinguishes them in the claim. I'll be removing the dubious tag. -- Yae4 (talk) 18:41, 5 June 2023 (UTC)[reply]