TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Steve Wozniak wrote BASIC for the Apple computer in binary

3 pointsby cyberneticsalmost 14 years ago

1 comment

PedroDiogo_almost 14 years ago
It seems to me that he actually coded in Assembly and then translated to 1s and 0s, and that's quite normal.<p>I've done it for school projects, where we had a simple processor that had to be "programmed" this way. Sure I didn't have to implement a BASIC interpreter, but I know how hard it is to debug.