Margaret Elaine Hamilton (née Heafield; born August 17, 1936) is an American computer scientist. She was director of the Software Engineering Division of the MIT Instrumentation Laboratory, which developed on-board flight software for NASA's Apollo program. She later founded two software companies—Higher Order Software in 1976 and Hamilton Technologies in 1986, both in Cambridge, Massachusetts.

Quick Facts Born, Education ...
Margaret Hamilton
Thumb
Hamilton in 1995
Born
Margaret Elaine Heafield

(1936-08-17) August 17, 1936 (age 88)
EducationUniversity of Michigan
Earlham College (BA)
OccupationSoftware engineer
Spouses
  • James Cox Hamilton
    (m. 1958; div. 1967)
  • Dan Lickly
    (m. 1969)
Children1
RelativesJames Cox Chambers (former son-in-law)
AwardsPresidential Medal of Freedom
Close

Hamilton has published more than 130 papers, proceedings, and reports, about sixty projects, and six major programs. She coined the term "software engineering", stating "I began to use the term 'software engineering' to distinguish it from hardware and other kinds of engineering, yet treat each type of engineering as part of the overall systems engineering process."[1][2][3]

On November 22, 2016, Hamilton received the Presidential Medal of Freedom from president Barack Obama for her work leading to the development of on-board flight software for NASA's Apollo Moon missions.[4]

Early life and education

Margaret Elaine Heafield was born August 17, 1936, in Paoli, Indiana,[5] to Kenneth Heafield and Ruth Esther Heafield (née Partington).[6][7] The family later moved to Michigan,[8] where Margaret graduated from Hancock High School in 1954.[6]

She studied mathematics at the University of Michigan in 1955 before transferring to Earlham College, where her mother had been a student.[9][10] She earned a BA in mathematics with a minor in philosophy in 1958.[9][11] She cites Florence Long, the head of the math department at Earlham, as helping with her desire to pursue abstract mathematics and become a mathematics professor.[12]

She says her poet father and headmaster grandfather inspired her to include a minor in philosophy in her studies.[13]

Career

In Boston, Hamilton initially intended to enroll in graduate study in abstract mathematics at Brandeis University.[6] However, in mid-1959, Hamilton began working for Edward Norton Lorenz, in the meteorology department at MIT.[14] She developed software for predicting weather, programming on the LGP-30 and the PDP-1 computers at Marvin Minsky's Project MAC.[15][16][17] Her work contributed to Lorenz's publications on chaos theory. At the time, computer science and software engineering were not yet established disciplines; instead, programmers learned on the job with hands-on experience.[18] She moved on to another project in the summer of 1961, and hired and trained Ellen Fetter as her replacement.[14]

SAGE Project

From 1961 to 1963, Hamilton worked on the Semi-Automatic Ground Environment (SAGE) Project at the MIT Lincoln Lab,[16] where she was one of the programmers who wrote software for the prototype AN/FSQ-7 computer (the XD-1), used by the U.S. Air Force to search for possibly unfriendly aircraft.[5] She also wrote software for a satellite tracking project at the Air Force Cambridge Research Laboratories.[16] The SAGE Project was an extension of Project Whirlwind, started by MIT to create a computer system that could predict weather systems and track their movements using simulators. SAGE was soon developed for military use in anti-aircraft air defense. Hamilton said:

What they used to do when you came into this organization as a beginner, was to assign you this program which nobody was able to ever figure out or get to run. When I was the beginner they gave it to me as well. And what had happened was it was tricky programming, and the person who wrote it took delight in the fact that all of his comments were in Greek and Latin. So I was assigned this program and I actually got it to work. It even printed out its answers in Latin and Greek. I was the first one to get it to work.[19]

It was her efforts on this project that made her a candidate for the position at NASA as the lead developer for Apollo flight software.[6]

MIT Instrumentation Laboratory and the Apollo Guidance Computer

Thumb
Hamilton in 1969, standing next to listings of the software she and her MIT team produced for the Apollo project[20]
Thumb
Hamilton during her time as lead Apollo flight software designer[21]

Hamilton learned of the Apollo project in 1965 and wanted to get involved due to it being "very exciting" as a Moon program.[22] She joined the MIT Instrumentation Laboratory, which developed the Apollo Guidance Computer for the Apollo lunar exploration program. Hamilton was the first programmer hired for the Apollo project at MIT and the first female programmer in the project,[22][23] and later became Director of the Software Engineering Division.[24] She was responsible for the team writing and testing all on-board in-flight software for the Apollo spacecraft's Command and Lunar Module and for the subsequent Skylab space station.[25][26][18] Another part of her team designed and developed the systems software.[27] This included error detection and recovery software such as restarts and the Display Interface Routines (also known as the Priority Displays), which Hamilton designed and developed.[28] She worked to gain hands-on experience during a time when computer science courses were uncommon and software engineering courses did not exist.[18]

Her areas of expertise include: systems design and software development, enterprise and process modeling, development paradigm, formal systems modeling languages, system-oriented objects for systems modeling and development, automated life-cycle environments, methods for maximizing software reliability and reuse, domain analysis, correctness by built-in language properties, open-architecture techniques for robust systems, full life-cycle automation, quality assurance, seamless integration, error detection and recovery techniques, human-machine interface systems, operating systems, end-to-end testing techniques, and life-cycle management techniques.[18][20] These techniques are intended to make code more reliable because they help programmers identify and fix errors sooner in the development process.

Apollo 11 landing

In one of the critical moments of the Apollo 11 mission, the Apollo Guidance Computer, together with the on-board flight software, averted an abort of the landing on the Moon. Three minutes before the lunar lander reached the Moon's surface, several computer alarms were triggered. According to software engineer Robert Wills, Buzz Aldrin entered the codes to request that the computer display altitude and other data on the computer’s screen. The system was designed to support seven simultaneous programs running, but Aldrin’s request was the eighth. This action was something he requested many times whilst working in the simulator. The result was a series of unexpected error codes during the live descent. The on-board flight software captured these alarms with the "never supposed to happen displays" interrupting the astronauts with priority alarm displays.[29] Hamilton had prepared for just this situation years before:

There was one other failsafe that Hamilton likes to remember. Her "priority display" innovation had created a knock-on risk that astronaut and computer would slip out of synch just when it mattered most. As the alarms went off and priority displays replaced normal ones, the actual switchover to new programmes behind the screens was happening "a step slower" than it would today.

Hamilton had thought long and hard about this. It meant that if Aldrin, say, hit a button on the priority display too quickly, he might still get a "normal" response. Her solution: when you see a priority display, first count to five.[30]

By some accounts, the astronauts had inadvertently left the rendezvous radar switch on, causing these alarms to be triggered (the claim that the radar was left on inadvertently by the astronauts is disputed by Robert Wills with the National Museum of Computing[31]). The computer was overloaded with interrupts caused by incorrectly phased power supplied to the lander's rendezvous radar.[32][33][34] The program alarms indicated "executive overflows", meaning the guidance computer could not complete all of its tasks in real time and had to postpone some of them.[35] The asynchronous executive designed by J. Halcombe Laning[36][32][37] was used by Hamilton's team to develop asynchronous flight software:

Because of the flight software's system-software's error detection and recovery techniques that included its system-wide "kill and recompute" from a "safe place" restart approach to its snapshot and rollback techniques, the Display Interface Routines (AKA the priority displays) together with its man-in-the-loop capabilities were able to be created in order to have the capability to interrupt the astronauts' normal mission displays with priority displays of critical alarms in case of an emergency. This depended on our assigning a unique priority to every process in the software in order to ensure that all of its events would take place in the correct order and at the right time relative to everything else that was going on.[38]

Hamilton's priority alarm displays interrupted the astronauts' normal displays to warn them that there was an emergency "giving the astronauts a go/no go decision (to land or not to land)".[39] Jack Garman, a NASA computer engineer in mission control, recognized the meaning of the errors that were presented to the astronauts by the priority displays and shouted, "Go, go!" and they continued.[40] Paul Curto, a senior technologist who nominated Hamilton for a NASA Space Act Award, called Hamilton's work "the foundation for ultra-reliable software design".[27]

Hamilton later wrote of the incident:

The computer (or rather the software in it) was smart enough to recognize that it was being asked to perform more tasks than it should be performing. It then sent out an alarm, which meant to the astronaut, 'I'm overloaded with more tasks than I should be doing at this time and I'm going to keep only the more important tasks'; i.e., the ones needed for landing ... Actually, the computer was programmed to do more than recognize error conditions. A complete set of recovery programs was incorporated into the software. The software's action, in this case, was to eliminate lower priority tasks and re-establish the more important ones ... If the computer hadn't recognized this problem and taken recovery action, I doubt if Apollo 11 would have been the successful moon landing it was.

Letter from Margaret H. Hamilton, Director of Apollo Flight Computer Programming MIT Draper Laboratory, Cambridge, Massachusetts, titled "Computer Got Loaded", published in Datamation, March 1, 1971[41]

Businesses

In 1976, Hamilton co-founded with Saydean Zeldin a company called Higher Order Software (HOS)[42] to further develop ideas about error prevention and fault tolerance emerging from their experience at MIT working on the Apollo program.[43][44] They created a product called USE.IT, based on the HOS methodology they developed at MIT.[45][46][47] It was successfully used in numerous government programs[48][49] including a project to formalize and implement C-IDEF, an automated version of IDEF, a modeling language developed by the U.S. Air Force in the Integrated Computer-Aided Manufacturing (ICAM) project.[50] In 1980, British-Israeli computer scientist David Harel published a proposal for a structured programming language derived from HOS from the viewpoint of and/or subgoals.[51] Others have used HOS to formalize the semantics of linguistic quantifiers,[52] and to formalize the design of reliable real-time embedded systems.[53]

Hamilton was the CEO of HOS through 1984[43] and left the company in 1985. In March 1986, she founded Hamilton Technologies, Inc. in Cambridge, Massachusetts. The company was developed around the Universal Systems Language (USL) and its associated automated environment, the 001 Tool Suite, based on her paradigm of development before the fact for systems design and software development.[34][54][55]

Legacy

Thumb
Official photo for NASA, 1989

Hamilton has been credited with naming the discipline of "software engineering".[56][57][58][59] Hamilton details how she came to make up the term "software engineering":

When I first came up with the term, no one had heard of it before, at least in our world. It was an ongoing joke for a long time. They liked to kid me about my radical ideas. It was a memorable day when one of the most respected hardware gurus explained to everyone in a meeting that he agreed with me that the process of building software should also be considered an engineering discipline, just like with hardware. Not because of his acceptance of the new 'term' per se, but because we had earned his and the acceptance of the others in the room as being in an engineering field in its own right.[38]

When Hamilton started using the term "software engineering" during the early Apollo missions,[60] software development was not taken seriously compared to other engineering,[61] nor was it regarded as a science. Hamilton was concerned with legitimizing software development as an engineering discipline.[62] Over time the term "software engineering" gained the same respect as any other technical discipline.[57][63] The IEEE Software September/October 2018 issue celebrates the 50th anniversary of software engineering.[64] Hamilton talks about "Errors" and how they influenced her work related to software engineering and how her language, USL, could be used to prevent the majority of "Errors" in a system.[65] With USL, rather than continuing to test for errors, her program was designed to keep most errors out of the system from the beginning.[66] USL was created after her knowledge and experience from the Apollo mission, in which she determined a mathematical theory for systems and software.[67] This method was then, and still is, highly impactful to the field of software engineering. Writing in Wired, Robert McMillan noted: "At MIT she assisted in the creation of the core principles in computer programming as she worked with her colleagues in writing code for the world's first portable computer".[68] Hamilton's innovations go beyond the feats of playing an important role in getting humans to the Moon. According to Wired's Karen Tegan Padir: "She, along with that other early programming pioneer, COBOL inventor Grace Hopper, also deserve tremendous credit for helping to open the door for more women to enter and succeed in STEM fields like software."[69][70]

Tributes

In 2017, a "Women of NASA" LEGO set went on sale featuring minifigures of Hamilton, Mae Jemison, Sally Ride, and Nancy Grace Roman. The set was initially proposed by Maia Weinstock as a tribute to the women's contributions to NASA history, and Hamilton's section of the set features a recreation of her famous 1969 photo posing with a stack of her software listings.[71][72]

In 2019, to celebrate 50 years after the Apollo landing, Google decided to make a tribute to Hamilton. The mirrors at the Ivanpah Solar Power Facility were configured to create a picture of Hamilton and the Apollo 11 by moonlight.[73]

Margo Madison, a fictional NASA engineer in the alternate history series For All Mankind, was inspired by Hamilton.[74]

Awards

Thumb
Barack Obama awards the Presidential Medal of Freedom to Hamilton in 2016
Thumb
Honoris Causa ceremony of Margaret Hamilton, 2018

Publications

  • Hamilton, M.; Zeldin, S. (March 1976). "Higher Order Software—A Methodology for Defining Software". IEEE Transactions on Software Engineering. SE-2 (1): 9–32. doi:10.1109/TSE.1976.233798. S2CID 7799553.
  • Hamilton, M.; Zeldin, S. (January 1, 1979). "The relationship between design and verification". Journal of Systems and Software. 1: 29–56. doi:10.1016/0164-1212(79)90004-9.
  • Hamilton, M. (April 1994). "Inside Development Before the Fact". (Cover story). Special Editorial Supplement. 8ES-24ES. Electronic Design.
  • Hamilton, M. (June 1994). "001: A Full Life Cycle Systems Engineering and Software Development Environment". (Cover story). Special Editorial Supplement. 22ES-30ES. Electronic Design.
  • Hamilton, M.; Hackler, W. R. (2004). "Deeply Integrated Guidance Navigation Unit (DI-GNU) Common Software Architecture Principles". (Revised December 29, 2004). DAAAE30-02-D-1020 and DAAB07-98-D-H502/0180, Picatinny Arsenal, NJ, 2003–2004.
  • Hamilton, M.; Hackler, W. R. (2007). "Universal Systems Language for Preventative Systems Engineering", Proc. 5th Ann. Conf. Systems Eng. Res. (CSER), Stevens Institute of Technology, Mar. 2007, paper #36.
  • Hamilton, Margaret H.; Hackler, William R. (2007). "8.3.2 a Formal Universal Systems Semantics for SysML". Incose International Symposium. 17 (1). Wiley: 1333–1357. doi:10.1002/j.2334-5837.2007.tb02952.x. ISSN 2334-5837. S2CID 57214708.
  • Hamilton, Margaret H.; Hackler, William R. (2008). "Universal Systems Language: Lessons Learned from Apollo". Computer. 41 (12). Institute of Electrical and Electronics Engineers (IEEE): 34–43. doi:10.1109/mc.2008.541. ISSN 0018-9162.
  • Hamilton, M. H. (September 2018). "What the Errors Tell Us". IEEE Software. 35 (5): 32–37. doi:10.1109/MS.2018.290110447. S2CID 52896962.

Personal life

Hamilton has a sister Kathryn.[86]

She met her first husband, James Cox Hamilton,[87] in the mid-1950s while attending college. They were married on June 15, 1958, the summer after she graduated from Earlham.[88][87] She briefly taught high school mathematics and French at a public school in Boston, Indiana.[88][16] The couple then moved to Boston, Massachusetts,[16] where they had a daughter, Lauren, born on November 10, 1959.[6] They divorced in 1967 and Margaret married Dan Lickly two years later.[87][89]

See also

References

Further reading

Wikiwand in your browser!

Seamless Wikipedia browsing. On steroids.

Every time you click a link to Wikipedia, Wiktionary or Wikiquote in your browser's search results, it will show the modern Wikiwand interface.

Wikiwand extension is a five stars, simple, with minimum permission required to keep your browsing private, safe and transparent.