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.
- How far back are you talking about. I have personally seen a couple minicomputers from the early 80's that had a 'datapool' (ie a global variable listing) containing in excess of 60K labels.Evan Plaice– Evan Plaice2012-10-24 00:18:06 +00:00Commented Oct 24, 2012 at 0:18
- -1: In the early days you not only paid a monthly rental to have access to a computer, you paid for CPU cycles and memory used by you program. Software was far from free, and running the software even less so.mattnz– mattnz2012-10-24 02:36:59 +00:00Commented Oct 24, 2012 at 2:36
- 1@mattnz: Back some time ago, software was often bundled, which is somewhat different from free. Typically, an enterprise that needed a computer would buy or rent one, and not pay for running the machine, although individual users would often be charged for that. I'm also puzzled by the OP's claim that people weren't expected to write their own software, because that certainly wasn't my experience. If you could afford a computer, you could afford a development staff, and there really wasn't much canned software out there.David Thornley– David Thornley2012-10-24 16:51:17 +00:00Commented Oct 24, 2012 at 16:51
- The problems with single-scope programming were recognized quite early, long before computers had multiple megabytes of memory. ALGOL, the first language with lexical scope, appeared in 1958.kevin cline– kevin cline2012-10-25 16:31:28 +00:00Commented Oct 25, 2012 at 16:31
Add a comment |
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**
- indent code by 4 spaces
- backtick escapes
`like _so_` - 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. design-patterns), 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