You are not logged in. Your edit will be placed in a queue until it is peer reviewed.
We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.
Required fields*
- 12This was the answer I would have given - editing. Even though I actually preferred papertape because it had a reasonable character set on the machine I used, you have to admit that "replace one line" is much easier on a deck of cards.dave– dave2021-04-11 00:30:45 +00:00Commented Apr 11, 2021 at 0:30
- 25I dropped more than one deck, but that was never an issue at all. Cards were numbered. And cards could be feed in any order to the compiler, as it would process them in line number sequence. Well, at least since the early 1960s when there was enough RAM (and later Disk) to do so. It was the most basic way to change a program. Noone had to search or a line in a stack to replace it. Just put new cards with the same line numbers at the end of the stack and feed it in. Heck, BASIC worked many years later the very same way.Raffzahn– Raffzahn2021-04-11 02:29:57 +00:00Commented Apr 11, 2021 at 2:29
- 5Correcting a simple spelling mistake was easy on cards, put the card with the error and a blank card in the card punch station DUP up to the error, punch the correct word, DUP the rest of the text. On paper tape it was not that easy.Wirewrap– Wirewrap2021-04-11 17:43:40 +00:00Commented Apr 11, 2021 at 17:43
- 5xcellent answer and wonderful tidbits. I want more! But another advantage is for ex the use of punched cards of different colors by feynman, who basically invented pipelining, during 1943 at ghe lahnaytan project. This is surely more difficult to achieve with printed paperOlivier Dulac– Olivier Dulac2021-04-11 18:12:28 +00:00Commented Apr 11, 2021 at 18:12
- 10I was going to a local community college to be a card walloper 40 years ago, and we used punch cards. We'd draw a diagonal line across the edge of a deck to make it easier to sort if they were dropped. OTOH, we rarely had decks bigger than 100 cards for our toy COBOL programs.Arthur Kalliokoski– Arthur Kalliokoski2021-04-11 18:34:41 +00:00Commented Apr 11, 2021 at 18:34
| Show 5 more comments
How to Edit
- Correct minor typos or mistakes
- Clarify meaning without changing it
- Add related resources or links
- Always respect the author’s intent
- Don’t use edits to reply to the author
How to Format
- create code fences with backticks ` or tildes ~ ```
like so
``` - add language identifier to highlight code ```python
def function(foo):
print(foo)
``` - put returns between paragraphs
- for linebreak add 2 spaces at end
- _italic_ or **bold**
- quote by placing > at start of line
- to make links (use https whenever possible) <https://example.com>[example](https://example.com)<a href="https://example.com">example</a>
How to Tag
A tag is a keyword or label that categorizes your question with other, similar questions. Choose one or more (up to 5) tags that will help answerers to find and interpret your question.
- complete the sentence: my question is about...
- use tags that describe things or concepts that are essential, not incidental to your question
- favor using existing popular tags
- read the descriptions that appear below the tag
If your question is primarily about a topic for which you can't find a tag:
- combine multiple words into single-words with hyphens (e.g. ms-dos), up to a maximum of 35 characters
- creating new tags is a privilege; if you can't yet create a tag you need, then post this question without it, then ask the community to create it for you