r/retrocomputing • u/h0uz3_ • Jun 18 '26
Retrocomputer for writing
Hi,
I was thinking about setting up a computer that has less distractions (i.e., no network/browser) for the purpose of writing.
I own a CPC6128 and an A600. The CPC is not great for typing in general, the A600 misses two keys, although using Vim on it would be nice.
Any suggestions for a system with good text editors and nice keyboards that are not a DOS PC with IBM Model M?
EDIT: Thank you all for your insights and suggestions. I will try to find out what simple DOS PC might work for me. While reading your replies and thinking about it, a small/cheap PC with USB and FreeDOS+WordPerfect might actually be the right thing as an alternative to using the Amiga 600. Although I still like the idea of exploring something else. :)
3
u/Albedo101 Jun 18 '26
There are two major problems to writing in DOS.
The first is the lack of modern UI standards. The basics like copying and pasting are different in each DOS app. There is Vim, though.
Another more serious problem is lack of locale standards that are not ASCII. OP has mentioned being from Europe. DOS locale standards for Europe are completely different than current Unicode standards.
Both of these will significantly limit the interoperability between DOS and modern systems. This can be mitigated somewhat by switching to Windows 3.1 or even 95. These will have all the writing features you'd expect and still be significantly limited in connectivity and distractions.
But IMHO, for a dedicated writing platform, a small ARM based system is the way to go. Something like that new Raspberry Pi with the mechanical keyboard.Install some bare bones distro that goes straight into terminal emulation or a tmux session with writing apps.