为什么苹果II不支持小写字母(2020)
Why the Apple II Didn't Support Lowercase Letters (2020)

原始链接: https://www.vintagecomputing.com/index.php/archives/2833/why-the-apple-ii-didnt-support-lowercase-letters

沃兹尼亚克解释说,最初的Apple II之所以没有小写字母,是因为资金有限。在70年代早期,他靠微薄的薪水过活,而一个60美元的仅支持大写字母的键盘(相当于今天的333美元左右)是一笔巨大的投资。这个键盘最初是他用于访问ARPAnet的电视终端项目的一部分。 当他设计Apple I和后来的Apple II时,加入小写字母需要大量的代码修改,包括重新组装他的BASIC解释器。沃兹尼亚克无力承担分时系统汇编器来简化这项任务,而手工重写代码则风险太大。 尽管想要小写字母的功能,他和乔布斯还是决定放弃。缺乏丰富电脑经验的乔布斯认为大写字母就足够了。最终,没有小写字母主要是因为在苹果发展的早期阶段,沃兹尼亚克的经济资源有限。

这个Hacker News帖子讨论了最初的Apple II缺乏小写字母支持的问题。评论者Walter Bright分享了他使用剩余的EBCDIC键为他的6800电脑构建定制键盘的经历。接下来的对话探讨了早期键盘技术的局限性,特别是由于成本和硬件限制而难以实现N键翻转的问题。另一位用户Syzygies提到修改了他的Apple II以启用Shift键功能,这与沃兹尼亚克关于缺乏小写的解释形成了对比。TMWNN指出,Apple III预计将取代Apple II,这影响了设计选择并延迟了像小写字母支持这样的改进。讨论还涉及字符生成器的限制、早期系统中大写的盛行以及早期电脑设计师面临的权衡取舍。最后,关于现代计算中大小写敏感性的争论出现了,一些人主张大小写不敏感,另一些人则重视它提供的清晰度和上下文。

原文

1977 Apple II Advertisement

[Editor’s Note: I recently asked Steve Wozniak via email about why the original Apple II did not support lowercase letters. I could have guessed the answer, but it’s always good to hear the reason straight from the source. Woz’s response was so long and detailed that I asked him if I could publish the whole thing on VC&G. He said yes, so here we are. –Benj]

----------

In the early 1970s, I was very poor, living paycheck to paycheck. While I worked at HP, any spare change went into my digital projects that I did on my own in my apartment. I was an excellent typist. I was proficient at typing by touch using keypunches with unusual and awkward special characters — even though some used two fingers of one hand.

Steve Wozniak and Steve Jobs with an Apple II saw a friend typing on a teletype to the six computers on the early ARPAnet. I had to have this power over distant computers too. After building many arcade games on computers, how to build it was obvious to me instantly. I’d create a video generator (as with the arcade games) and display text using a character generator chip. But I needed a keyboard.

I’d show up at HP every morning around 6 AM to peruse engineering magazines and journals to see what new chips and products were coming. I found an offer for a $60 keyboard modeled after the upper-case-only ASR-33 teletype.

That $60 for the keyboard is probably like $500 today [About $333 adjusted for inflation — Benj]. This $60 was the single biggest price obstacle in the entire development of the early Apple computers. I had to gulp just to come up with $60, and I think my apartment rental check bounced that month — they put me on cash payment from then on. Other keyboards you could buy back then cost around $200, which might be $1000 or more now. There just wasn’t any mass manufacturing of digital keyboards in 1974.

So my TV Terminal, for accessing the ARPAnet, was uppercase only.

----------

Apple I Owned By Steve Jobs Auction ImageThe idea for my own computer came into my head the first day of the Homebrew Computer Club.

Maybe a year prior, I had looked at the 4-bit Intel 4004 microprocessor and determined that it could never be used to build the computer I wanted for myself — based on all the minicomputers that I’d designed on paper and desired since 1968-1970. But at the Homebrew Computer Club, they were talking about the 8008 and 8080 microprocessors, which I had not kept up with after my 4004 disappointment. I took home a data sheet for the 8008, based on a version of it from a Canadian company. That night, I discovered that this entire processor was capable of being a computer.

I already had my input and output, my TV Terminal. With that terminal, I’d type to a computer in Boston, for example, and that far-away computer, on the ARPAnet, would type back to my TV. I now saw that all I had to do was connect the microprocessor, with 4K of RAM (I’d built my tiny computer with the capability of the Altair, 5 years prior, in 1970, with my own TTL chips as the processor). 4K was the amount of RAM allowing you to type in a program on a human keyboard and run it.

My computer wasn’t designed from the ground up. I just added the 6502 microprocessor and 4K DRAMS (introduced that summer of 1975 and far less costly than Intel static RAMs) to have a complete computer with input and output.

So the uppercase keyboard was not designed as part of a computer. It already existed as my TV Terminal.

Steve Wozniak and Steve Jobs with an Apple III truly would have wanted lower case on a keyboard, but I was still totally cash strapped, with no spare money. After already starting a BASIC interpreter for my computer, I would have had to re-assemble all my code. But here again, I did not have the money to have an account on a timeshare service for a 6502 interpreter. The BASIC was handwritten and hand-assembled. I’d write the source code and then write the binary that an interpreter would have turned my code into. To implement a major change like lower case (keeping 6 bits per character in my syntax table instead of 5 bits) would have been a horrendous and risky job to do by hand. If I’d had a time-share assembler, it would have been quick and easy. Hence, the Apple I wound up with uppercase only.

I discussed the alternatives with Steve Jobs. I was for lower case, but not for money (cost). Steve had little computer experience, and he said that uppercase was just fine. We both had our own reasons for not changing it before the computers were out. Even with the later Apple II (as with the Apple I), the code was again hand-written and hand-interpreted because I had no money. All 8 kB of code in the Apple II was only written by my own hand, including the binary object code. That made it impossible to add lower case into it easily.

So, in the end, the basic reason for no lowercase on the Apple I and Apple II was my own lack of money. Zero checking. Zero savings.

联系我们 contact @ memedata.com