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*
- 21$\begingroup$ Sir.. You worked on Apollo!!?? In that era? $\endgroup$zephyr0110– zephyr01102022-02-03 03:51:55 +00:00Commented Feb 3, 2022 at 3:51
- 2$\begingroup$ FORTRAN was the most common, but it was hardly universal. There were many languages around. In particular, JOVIAL was the language of choice for many embedded aerospace systems like this. FORTRAN, designed for heavy duty numerics, was not a good choice for embedded programming. en.wikipedia.org/wiki/JOVIAL $\endgroup$John Doty– John Doty2022-02-03 15:31:56 +00:00Commented Feb 3, 2022 at 15:31
- 3$\begingroup$ This answer is confusing. You're claiming you saw AGC code that was compiled using FORTRAN? Or that you worked on Apollo more generally and saw some FORTRAN code being used on the project elsewhere (ie: on mainframes, etc)? Are you aware of FORTRAN code being compiled specifically for the AGC? This seems to contradict other reliable sources... $\endgroup$J...– J...2022-02-04 13:38:54 +00:00Commented Feb 4, 2022 at 13:38
- 3$\begingroup$ As said, I can only respond re: the question about the high level language in use at the time. All code I saw and was involved with was fortran. I only had involvement with scientific calcs, I had no experience with the AGC. The purpose of a compiler is to reduce code written in a high level language to machine/assembly instructions. I think the AGC code was written in assenbly. I would look to some of the MIT docs as they were the key developers of the AGC $\endgroup$tckosvic– tckosvic2022-02-04 14:32:39 +00:00Commented Feb 4, 2022 at 14:32
- 1$\begingroup$ @tckosvic Ok, that makes more sense. The question is asking specifically about the AGC so this answer seems to read as though you're implying that you yourself were working on the AGC and that you saw FORTRAN code compiled for it, which makes it a bit misleading given that every other source available suggests the programs written for the AGC itself were written strictly in assembly. This doesn't really answer the question, then, and is more of an interesting sidenote. $\endgroup$J...– J...2022-02-04 14:42:18 +00:00Commented Feb 4, 2022 at 14:42
| Show 2 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>
- MathJax equations
$\sin^2 \theta$
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. orbital-mechanics), 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