# Gerald Jay Sussman

> Source: https://aiwiki.ai/wiki/gerald_sussman
> Updated: 2026-06-28
> Categories: Computer Science, People
> From AI Wiki (https://aiwiki.ai), a free encyclopedia of artificial intelligence. Quote with attribution.

**Gerald Jay Sussman** (born February 8, 1947) is an American computer scientist and the **Panasonic Professor of Electrical Engineering** (formerly the Matsushita Professor) at the [Massachusetts Institute of Technology](/wiki/mit). He is best known for co-creating the [Scheme](/wiki/scheme) programming language, a dialect of [Lisp](/wiki/lisp), with [Guy L. Steele Jr.](/wiki/guy_steele) in 1975, and for co-authoring the influential textbook *Structure and Interpretation of Computer Programs* (SICP) with [Harold Abelson](/wiki/hal_abelson) (first edition 1984, second edition 1996) [1][2][14]. At the [MIT Artificial Intelligence Laboratory](/wiki/mit_ai_laboratory) he made foundational contributions to [symbolic AI](/wiki/symbolic_ai), including [constraint propagation](/wiki/constraint_propagation), [dependency-directed backtracking](/wiki/dependency_directed_backtracking) and [truth-maintenance systems](/wiki/truth_maintenance_system), and later propagator networks; he also worked on programming-language semantics, computer-aided circuit design, and computational classical mechanics [1][25][33].

Sussman received his entire formal education at MIT and has remained on its faculty for his whole career. His doctoral work in the early 1970s, supervised by [Seymour Papert](/wiki/seymour_papert) and carried out within the AI group that [Marvin Minsky](/wiki/marvin_minsky) and Papert led, produced one of the earliest automatic-programming systems [1][8]. His subsequent research in the [MIT Artificial Intelligence Laboratory](/wiki/mit_ai_laboratory), later [CSAIL](/wiki/mit_csail), ranged across symbolic AI, electronic design automation, and the long-term numerical integration of the [solar system](/wiki/solar_system). With [Jack Wisdom](/wiki/jack_wisdom) he built the [Digital Orrery](/wiki/digital_orrery), a custom computer that produced the first numerical evidence of chaos in the orbit of [Pluto](/wiki/pluto) [3][4].

He is widely regarded as one of the architects of modern computer science education. The textbook he wrote with Abelson and his wife [Julie Sussman](/wiki/julie_sussman) served as the basis of MIT's undergraduate course **6.001 Structure and Interpretation of Computer Programs** from 1980 until 2007. He is an [ACM Fellow](/wiki/acm_fellow), an IEEE Fellow, an [AAAI Fellow](/wiki/aaai_fellow), a member of the [U.S. National Academy of Engineering](/wiki/national_academy_of_engineering) (1991), winner of the [AAAI Computers and Thought Award](/wiki/aaai_computers_and_thought_award) (1981) and the [IEEE Computer Pioneer Award](/wiki/ieee_computer_pioneer_award) (1990), and a recipient of ACM's [Karl V. Karlstrom Outstanding Educator Award](/wiki/karl_v_karlstrom_award), shared with Hal Abelson [5][6][7].

## Infobox

| Field | Value |
|---|---|
| Born | February 8, 1947, New York City |
| Nationality | American |
| Field | Computer science, AI, programming languages, computational physics |
| Institution | Massachusetts Institute of Technology |
| Alma mater | MIT (S.B. mathematics, 1968; Ph.D. mathematics, 1973) |
| Doctoral advisor | Seymour Papert |
| Notable students | Guy L. Steele Jr., Howie Shrobe, Brian Cantwell Smith, Philip E. Agre, Jonathan Rees, Jon Doyle |
| Known for | Scheme, SICP, SICM, Digital Orrery, dependency-directed backtracking, constraint propagation, propagators, HACKER |
| Notable awards | AAAI Computers and Thought Award (1981); IEEE Computer Pioneer Award (1990); ACM Karl V. Karlstrom Outstanding Educator Award; NAE member (1991); ACM, IEEE, and AAAI Fellow |
| Spouse | Julie Sussman |

## Who is Gerald Jay Sussman?

Gerald Jay Sussman is an American computer scientist who has spent his entire career at [MIT](/wiki/mit), where he holds the title of Panasonic Professor of Electrical Engineering [1]. He has described his central research interest as understanding the problem-solving strategies that scientists and engineers use, with the dual goals of automating parts of that process and formalizing it well enough to improve science and engineering education [1]. Within [artificial intelligence](/wiki/symbolic_ai) he is associated with the classical, symbolic tradition: programs that reason explicitly about their own structure, that record the justifications behind their conclusions, and that can debug and revise themselves. Outside AI he is known to a much wider audience as a co-creator of [Scheme](/wiki/scheme) and a co-author of [SICP](/wiki/sicp), two works that shaped how a generation learned to program.

## Early life and education

Sussman was born on February 8, 1947, in New York City. He grew up in the New York area and showed an early appetite for electronics and mechanical tinkering, hobbies he has continued for the rest of his life [1][8].

In 1964 he entered MIT as an undergraduate. He completed an S.B. in mathematics in 1968 and continued at MIT for graduate study. He soon became involved with the [MIT Artificial Intelligence Laboratory](/wiki/mit_ai_laboratory) then led by [Marvin Minsky](/wiki/marvin_minsky) and [Seymour Papert](/wiki/seymour_papert). Sussman received his Ph.D. in mathematics from MIT in 1973 under Papert, who is listed as his doctoral advisor, while Minsky was a defining early influence [1][8]. His dissertation, *A Computer Model of Skill Acquisition*, described an automatic programming system named **HACKER** that learned to write LISP programs by analyzing its own bugs and forming generalizations from prior solutions. The thesis was published in book form by American Elsevier in 1975 and is often cited as one of the first detailed studies of programs that improve themselves through experience [9].

HACKER's debugging methods drew on Minsky's frame-based view of knowledge and on contemporary work by [Carl Hewitt](/wiki/carl_hewitt) and Terry Winograd. The system maintained explicit records of what it had tried and why each attempt had failed, then used those records to write better versions of its own subprocedures. The work fed into Sussman's later research on dependency tracking and would influence Jon Doyle's truth-maintenance systems and the broader literature on [automatic programming](/wiki/automatic_programming).

## What has Sussman done at MIT?

Sussman has spent his entire research career at MIT. He joined the Department of Electrical Engineering and Computer Science in 1973 immediately after defending his thesis. He was later named the **Panasonic Professor of Electrical Engineering**, the renamed version of the Matsushita Professorship he had previously held [1][10][11]. He has been associated first with the [MIT Artificial Intelligence Laboratory](/wiki/mit_ai_laboratory) and, after the 2003 merger with the Laboratory for Computer Science, with [MIT CSAIL](/wiki/mit_csail).

From 1980 until 2007 he co-taught MIT's introductory course [6.001 Structure and Interpretation of Computer Programs](/wiki/mit_6_001) with [Hal Abelson](/wiki/hal_abelson). Generations of MIT undergraduates first met Sussman as the lecturer in 6.001. The course was retired in 2009 in favor of 6.0001 (using Python) and 6.0002, a change Sussman has discussed in interviews as a reflection of how engineering had shifted toward the composition of large pre-existing systems rather than the construction of small ones from first principles [12].

## What is Scheme?

[Scheme](/wiki/scheme) is a small, statically scoped dialect of [Lisp](/wiki/lisp) created by Sussman and his then-graduate-student [Guy L. Steele Jr.](/wiki/guy_steele) in 1975. In the autumn of that year the two set out to understand [Carl Hewitt](/wiki/carl_hewitt)'s [actor model](/wiki/actor_model) of concurrent computation by implementing a small interpreter that supported actor-style message passing. Working in MacLisp on the AI Lab's PDP-10, they wrote roughly a thousand lines of code that they originally called "Schemer." The ITS file system at MIT limited file names to six characters, so the name was abbreviated to **Scheme** [13].

While examining the actor implementation, Sussman and Steele noticed that the code that handled message sends was structurally identical to the code that handled ordinary procedure calls, and that closures over variables were equivalent to actors maintaining private state. They documented the language in **MIT AI Memo 349, "Scheme: An Interpreter for Extended Lambda Calculus,"** dated December 1975. The memo is the founding document of [Scheme](/wiki/scheme), the first of the [Lambda Papers](/wiki/lambda_papers), and gave the original definition of a Lisp dialect with full lexical closures [13][14].

Over the next five years Sussman and Steele wrote a series of follow-up papers, the [Lambda Papers](/wiki/lambda_papers) (1975-1980). The series included "Lambda: The Ultimate Imperative" (1976), which showed that imperative constructs such as `goto`, `while`, and `case` were special cases of procedure application; "Lambda: The Ultimate Declarative" (1976); "Debunking the 'Expensive Procedure Call' Myth, or, Lambda: The Ultimate GOTO" (1977), which argued that with proper tail-call handling in the compiler, a procedure call costs no more than a `goto`; and "The Art of the Interpreter" (1978), which dissected the structure of programming-language interpreters [15][16][17][18].

Steele's 1978 master's thesis, *Rabbit: A Compiler for SCHEME*, demonstrated that an optimizing native-code compiler could implement Scheme's tail-call requirement without runtime cost [19]. Compile-time tail-call optimization eliminated the need for an explicit `goto` in higher-level languages: any loop or jump could be expressed as a tail-recursive procedure call. Scheme also popularized [lexical scoping](/wiki/lexical_scope) by default, mandatory tail-call optimization in the language definition, and first-class continuations through `call-with-current-continuation`. Its small core became a model for minimalist language design.

## What is SICP?

*Structure and Interpretation of Computer Programs* ([SICP](/wiki/sicp)) is an introductory computer science textbook by Sussman, [Hal Abelson](/wiki/hal_abelson), and [Julie Sussman](/wiki/julie_sussman), published by MIT Press in a first edition (1984) and a widely used second edition (1996) [2][14][20]. In 1980, Sussman and Abelson launched a new version of MIT's introductory programming course, taught entirely in [Scheme](/wiki/scheme), and the course materials grew into the book. SICP became one of the most influential computer science textbooks of the late twentieth century and served as MIT's introductory text from 1984 until 2007.

The book frames programming as a medium for expressing ideas rather than merely instructing a machine. As Abelson and Sussman put it in the preface to the first edition, "programs must be written for people to read, and only incidentally for machines to execute" [2]. They added that a computer language "is not just a way of getting a computer to perform operations but rather that it is a novel formal medium for expressing ideas about methodology" [2].

[SICP](/wiki/sicp) is built around a small number of recurring ideas: the construction of compound data using procedures, the modeling of computation as the application of procedures to arguments, the introduction of state and assignment as a controlled extension, and the construction of evaluators for languages from inside the language itself. The book's last two chapters develop a metacircular Scheme interpreter, an explicit-control evaluator for a register-machine simulator, and a compiler that produces register-machine code from Scheme source.

The cover of the first edition shows a bearded wizard surrounded by symbols of [lambda calculus](/wiki/lambda_calculus), giving the book its nickname "the Wizard Book." [Julie Sussman](/wiki/julie_sussman) contributed substantially to the prose [21]. The second edition (1996) added material on logic programming, on stream-based concurrency, and on continuations. MIT Press makes it freely available online, and the book has been translated into Chinese, French, German, Italian, Japanese, Polish, Russian, and Spanish. It has been adopted at Berkeley, Carnegie Mellon, Princeton, ETH Zurich, and many other institutions. A JavaScript adaptation was published by MIT Press in 2022 [20][22].

## What was Sussman's AI work at the MIT AI Lab?

Sussman's artificial-intelligence research belongs to the [symbolic AI](/wiki/symbolic_ai) tradition, and much of it grew out of an MIT effort to apply AI techniques to the design and analysis of electronic circuits. The work began with **EL** (for "electrical"), which performed steady-state analysis of analog circuits using symbolic propagation of constraints. EL was extended into **ARS** ("Antecedent Reasoning System") and then into related tools that could reason about circuit topology and behavior [23][24].

Sussman's longest-running collaborator in this period was [Richard Stallman](/wiki/richard_stallman), who worked closely with Sussman as a research assistant from the early 1970s. The two co-authored "Heuristic Techniques in Computer-Aided Circuit Analysis," published in *IEEE Transactions on Circuits and Systems* in 1975 [23]. Stallman would later move on to the GNU Project; before that he was a productive contributor to the EL/ARS line of research and the design of the first MIT [Lisp](/wiki/lisp) machine.

The most influential idea to come out of this work was [dependency-directed backtracking](/wiki/dependency_directed_backtracking), introduced by Stallman and Sussman in a 1977 paper in *Artificial Intelligence* [25]. They observed that classical chronological backtracking, which undoes the most recent decision when it hits a contradiction, is inefficient because it discards information about which decisions were actually relevant. Their alternative tagged each derived fact with a record of the assumptions that had produced it; when a contradiction was found, the system identified the actual culprit assumptions and backtracked directly to the most recent of them [25]. The same paper introduced the technique of constraint recording, in which partial results of a search are saved for later reuse. The approach generalized into [truth-maintenance systems](/wiki/truth_maintenance_system) in the work of Jon Doyle (Sussman's student) and David McAllester, and modern Boolean satisfiability solvers use closely related ideas under the names "clause learning" and "conflict-directed backjumping."

Sussman's group also developed early systems for [constraint propagation](/wiki/constraint_propagation), the style of computation in which a network of cells and rules incrementally deduces values and propagates them across the network. The approach was demonstrated in Steele's 1980 Ph.D. thesis under Sussman, which built a constraint-based language called CONSTRAINTS on top of Scheme [26]. Sussman later generalized this into the **propagator** model, a continuous, distributed model of computation in which autonomous machines communicate by adding information to shared cells. With his student Alexey Radul he described the model in the 2009 report "The Art of the Propagator" and the 2010 "Revised Report on the Propagator Model," and he has continued to develop propagators as a substrate for flexible, partial-information computation [33].

## Computational classical mechanics

Beginning in the 1980s, Sussman extended his interest in computational expression into physics. He spent a sabbatical at Caltech working on numerical integrations of the [solar system](/wiki/solar_system), and on his return to MIT he began a long collaboration with the planetary scientist [Jack Wisdom](/wiki/jack_wisdom).

*Structure and Interpretation of Classical Mechanics* (SICM), published by MIT Press in 2001 with a second edition in 2014, applies the SICP approach to physics [27]. Where standard textbooks present classical mechanics through dense algebraic manipulations of Lagrangians and Hamiltonians, [SICM](/wiki/sicm) expresses these objects as Scheme procedures and asks students to compute with them directly. Differentiation, the calculus of variations, canonical transformations, and Lie series all become operations the reader can execute on a computer. The book uses an embedded language called **Scmutils** built on top of MIT/GNU Scheme [28]. A companion volume, *Functional Differential Geometry*, written with Wisdom and Meinhard E. Mayer (MIT Press, 2013), extends the same approach to differential geometry and applies it to general relativity [29]. These books exemplify what Sussman has called "the computer as metaphor": the use of executable code as a precise medium for stating scientific ideas.

## What is the Digital Orrery?

The most spectacular outcome of Sussman's collaboration with [Jack Wisdom](/wiki/jack_wisdom) was the [Digital Orrery](/wiki/digital_orrery), a special-purpose parallel computer designed to integrate the equations of motion of the solar system over astronomically long times [30][31].

In the early 1980s, the team set out to test whether the long-term behavior of the outer planets was regular or chaotic. The question demanded numerical integrations covering hundreds of millions of years, far beyond what general-purpose computers could deliver in reasonable time. Working with Charles Leiserson and a hardware team, Sussman and Wisdom designed a custom architecture optimized for the arithmetic of N-body integration. The Orrery used ten parallel processors, each dedicated to a single body, that exchanged force computations on a shared bus.

The Orrery was completed in 1985 and ran integrations of the outer planets, including Pluto, for hundreds of millions of simulated years. The 1988 paper by Sussman and Wisdom in *Science*, titled "Numerical Evidence That the Motion of Pluto Is Chaotic," presented the result that Pluto's orbit, while bounded and stable on observable timescales, was sensitive to initial conditions in the technical sense of [chaos theory](/wiki/chaos_theory), with a Lyapunov time on the order of 20 million years [3]. A 1992 paper extended the result to the inner solar system [4]. The Digital Orrery is now in the collection of the Smithsonian National Museum of American History [31].

## What awards has Sussman received?

| Year | Award |
|---|---|
| 1981 | [AAAI Computers and Thought Award](/wiki/aaai_computers_and_thought_award) |
| 1990 | [IEEE Computer Pioneer Award](/wiki/ieee_computer_pioneer_award) |
| 1991 | Member, [U.S. National Academy of Engineering](/wiki/national_academy_of_engineering) |
| 1990s | ACM [Karl V. Karlstrom Outstanding Educator Award](/wiki/karl_v_karlstrom_award) (with Hal Abelson) |
| 1992 | MIT Amar G. Bose Award for Teaching |
| 2002 | ACM Fellow |
| 2008 | AAAI Fellow |
| 2024 | IEEE Computer Society Taylor L. Booth Education Award |
| Various | IEEE Fellow; member, American Academy of Arts and Sciences and AAAS |

The Computers and Thought Award recognized Sussman in 1981 for his early work on automatic programming and dependency-directed backtracking [5]. The IEEE Computer Pioneer Award in 1990 recognized his contributions to programming language design and computer-aided circuit analysis [6]. His election to the [National Academy of Engineering](/wiki/national_academy_of_engineering) in 1991 cited his contributions to computer-aided design methodology and the science of programming [11]. The Karlstrom Award, shared with Abelson, recognized SICP and the impact of 6.001 on undergraduate computer science teaching [7].

## How did Scheme influence later programming languages?

[Scheme](/wiki/scheme)'s effects on programming language design have been wide and direct. [Common Lisp](/wiki/common_lisp), standardized in the 1980s and ratified by ANSI in 1994, adopted Scheme's lexical scoping in `let`-bound variables, first-class procedures, and the convention that recursion is the natural way to express iteration. [Clojure](/wiki/clojure), designed by Rich Hickey in 2007, is a Lisp dialect that runs on the JVM and explicitly cites Scheme as one of its influences. [Racket](/wiki/racket), descended from PLT Scheme, is the most direct programming-language descendant of MIT Scheme outside MIT itself.

[JavaScript](/wiki/javascript) traces a partial lineage to Scheme through its designer [Brendan Eich](/wiki/brendan_eich), who has said in many talks that he was hired at Netscape in 1995 to put "Scheme in the browser" and that the original prototype, completed in ten days, was a Scheme-like language with C-style syntax forced on it for marketing reasons [32]. Python, Ruby, and Julia have likewise adopted Scheme-style first-class functions, closures, and lexically scoped blocks. Modern configuration languages such as Nix and Guix are directly Scheme-based.

## Notable students and collaborators

Sussman has supervised more than two dozen Ph.D. students at MIT.

| Person | Relationship | Notable for |
|---|---|---|
| [Guy L. Steele Jr.](/wiki/guy_steele) | Co-creator of Scheme | Designer of Java, Common Lisp standardization |
| [Richard Stallman](/wiki/richard_stallman) | AI Lab colleague | Founder of GNU and the Free Software Foundation |
| [Hal Abelson](/wiki/hal_abelson) | MIT colleague; SICP co-author | Co-founder of Creative Commons |
| [Julie Sussman](/wiki/julie_sussman) | Spouse and SICP co-author | Editor of SICP and SICM |
| [Jack Wisdom](/wiki/jack_wisdom) | Collaborator on planetary mechanics | Chaos in the solar system |
| [Marvin Minsky](/wiki/marvin_minsky) | AI Lab co-leader; early mentor | Society of Mind, frames |
| [Carl Hewitt](/wiki/carl_hewitt) | MIT contemporary | Actor model |
| Jon Doyle | Ph.D. student | Truth maintenance systems |
| Alexey Radul | Ph.D. student | Propagation networks |
| Howie Shrobe | Ph.D. student | AI and intelligent infrastructure |
| Brian Cantwell Smith | Ph.D. student | Reflection in programming languages |
| Jonathan Rees | Ph.D. student | Co-editor of R3RS-R5RS Scheme reports |
| Charles Leiserson | MIT colleague | Co-designer of Digital Orrery; CLRS textbook |

He exchanged ideas with [John McCarthy](/wiki/john_mccarthy) for decades.

## Personal life

Sussman married Julie Sussman in the early 1970s. Julie Sussman is a programmer and technical writer who edited and co-authored both SICP and SICM [21]. The Sussmans live in the Boston area. He is a passionate amateur of mechanical engineering and electronics, builds custom devices in a home workshop, and is a familiar presence at New England maker events. His MIT office has long been crowded with model trains, vacuum tubes, integrated circuits, and mechanical contraptions in various stages of construction. He often argues, following Marvin Minsky's *Society of Mind*, that the brain is a collection of cooperating subsystems, an analogy he carries into his views on the architecture of large software systems.

## What does Sussman work on now?

Sussman has spent much of his career arguing that programming is a way to teach precise thinking, and that the production of working software is a side effect of that activity rather than its purpose. That view is captured in the SICP first-edition preface he co-wrote with Abelson, which holds that "programs must be written for people to read, and only incidentally for machines to execute" [2].

In the 2010s and 2020s, his group has worked on what he calls **flexible** or **adaptive** systems: programs designed to remain robust as their components, requirements, and environments change. He has lectured widely on the theme "We Really Don't Know How to Compute!", a 2011 keynote at Strange Loop that argued contemporary software development still lacks the conceptual tools needed to build systems that age gracefully [34]. The book *Software Design for Flexibility*, co-authored with Chris Hanson (MIT Press, 2021), develops techniques such as generic operations, propagators (a generalization of constraint propagation), and layered evaluation as building blocks for software that does not break when its inputs grow or its specifications shift [35]. He continues to mentor graduate students at CSAIL.

## See also

- [Scheme](/wiki/scheme)
- [Structure and Interpretation of Computer Programs](/wiki/sicp)
- [Structure and Interpretation of Classical Mechanics](/wiki/sicm)
- [Digital Orrery](/wiki/digital_orrery)
- [Lambda Papers](/wiki/lambda_papers)
- [Hal Abelson](/wiki/hal_abelson)
- [Guy L. Steele Jr.](/wiki/guy_steele)
- [Richard Stallman](/wiki/richard_stallman)
- [Julie Sussman](/wiki/julie_sussman)
- [Jack Wisdom](/wiki/jack_wisdom)
- [Marvin Minsky](/wiki/marvin_minsky)
- [MIT CSAIL](/wiki/mit_csail)
- [Dependency-directed backtracking](/wiki/dependency_directed_backtracking)
- [Constraint propagation](/wiki/constraint_propagation)

## References

[1] MIT CSAIL. "Gerald Jay Sussman." Faculty page and biographical sketch. https://groups.csail.mit.edu/mac/users/gjs/biography.html

[2] Abelson, H., & Sussman, G. J., with Sussman, J. (1996). *Structure and Interpretation of Computer Programs* (2nd ed.). MIT Press. Preface to the First Edition. https://mitpress.mit.edu/9780262510875/

[3] Sussman, G. J., & Wisdom, J. (1988). "Numerical Evidence That the Motion of Pluto Is Chaotic." *Science*, 241(4864), 433-437. https://www.science.org/doi/10.1126/science.241.4864.433

[4] Sussman, G. J., & Wisdom, J. (1992). "Chaotic Evolution of the Solar System." *Science*, 257(5066), 56-62. https://www.science.org/doi/10.1126/science.257.5066.56

[5] AAAI. "Computers and Thought Award." https://aaai.org/about-aaai/aaai-awards/the-aaai-computers-and-thought-award/

[6] IEEE Computer Society. "Computer Pioneer Award." https://www.computer.org/volunteering/awards/pioneer

[7] ACM. "Karl V. Karlstrom Outstanding Educator Award." https://awards.acm.org/karlstrom

[8] MIT EECS. "Gerald Jay Sussman." https://www.eecs.mit.edu/people/gerald-jay-sussman/

[9] Sussman, G. J. (1975). *A Computer Model of Skill Acquisition*. American Elsevier. (Originally MIT Ph.D. thesis, 1973.) https://dspace.mit.edu/handle/1721.1/6894

[10] MIT News. "Faculty announcements: Gerald Jay Sussman." https://news.mit.edu/

[11] National Academy of Engineering. "Dr. Gerald J. Sussman." https://www.nae.edu/30587/Dr-Gerald-J-Sussman

[12] Sussman, G. J. (Interview). "Gerald Jay Sussman on the End of MIT 6.001." *Lambda the Ultimate*, 2009. http://lambda-the-ultimate.org/node/3534

[13] Sussman, G. J., & Steele, G. L. (1975). "Scheme: An Interpreter for Extended Lambda Calculus." MIT AI Memo 349. https://dspace.mit.edu/handle/1721.1/5794

[14] Steele, G. L., & Sussman, G. J. (1998). "The First Report on Scheme Revisited." *Higher-Order and Symbolic Computation*, 11(4), 399-404. https://link.springer.com/article/10.1023/A:1010079421970

[15] Steele, G. L., & Sussman, G. J. (1976). "Lambda: The Ultimate Imperative." MIT AI Memo 353. https://dspace.mit.edu/handle/1721.1/5790

[16] Steele, G. L. (1976). "Lambda: The Ultimate Declarative." MIT AI Memo 379.

[17] Steele, G. L. (1977). "Debunking the 'Expensive Procedure Call' Myth, or, Lambda: The Ultimate GOTO." MIT AI Memo 443. https://dspace.mit.edu/handle/1721.1/5753

[18] Steele, G. L., & Sussman, G. J. (1978). "The Art of the Interpreter." MIT AI Memo 453.

[19] Steele, G. L. (1978). *Rabbit: A Compiler for SCHEME*. MIT AI-TR-474.

[20] MIT Press. SICP free online edition. https://mitpress.mit.edu/sites/default/files/sicp/index.html

[21] Abelson, H. Acknowledgments to SICP, 2nd edition, 1996.

[22] MIT OpenCourseWare. "6.001 Structure and Interpretation of Computer Programs." https://ocw.mit.edu/courses/6-001-structure-and-interpretation-of-computer-programs-spring-2005/

[23] Sussman, G. J., & Stallman, R. M. (1975). "Heuristic Techniques in Computer-Aided Circuit Analysis." *IEEE Transactions on Circuits and Systems*, 22(11), 857-865. https://ieeexplore.ieee.org/document/1083985

[24] de Kleer, J., & Sussman, G. J. (1980). "Propagation of Constraints Applied to Circuit Synthesis." *Circuit Theory and Applications*, 8(2), 127-144.

[25] Stallman, R. M., & Sussman, G. J. (1977). "Forward Reasoning and Dependency-Directed Backtracking in a System for Computer-Aided Circuit Analysis." *Artificial Intelligence*, 9(2), 135-196. https://www.sciencedirect.com/science/article/abs/pii/0004370277900298

[26] Steele, G. L. (1980). *The Definition and Implementation of a Computer Programming Language Based on Constraints*. MIT AI Lab AI-TR-595. https://dspace.mit.edu/handle/1721.1/6886

[27] Sussman, G. J., & Wisdom, J., with Mayer, M. E. (2014). *Structure and Interpretation of Classical Mechanics* (2nd ed.). MIT Press. https://mitpress.mit.edu/9780262028967/

[28] Sussman, G. J., & Wisdom, J. (2002). "The Role of Programming in the Formulation of Ideas." MIT AI Memo 2002-018. https://dspace.mit.edu/handle/1721.1/6707

[29] Sussman, G. J., Wisdom, J., & Mayer, M. E. (2013). *Functional Differential Geometry*. MIT Press. https://mitpress.mit.edu/9780262019347/

[30] Applegate, J. H., Douglas, M. R., Gursel, Y., Sussman, G. J., & Wisdom, J. (1986). "The Outer Solar System for 200 Million Years." *Astronomical Journal*, 92, 176-194. https://ui.adsabs.harvard.edu/abs/1986AJ.....92..176A

[31] Smithsonian National Museum of American History. "Digital Orrery." https://americanhistory.si.edu/collections/search/object/nmah_690053

[32] Eich, B. (2008). "Popularity." https://brendaneich.com/2008/04/popularity/

[33] Radul, A., & Sussman, G. J. (2009). "The Art of the Propagator." MIT CSAIL Technical Report. https://dspace.mit.edu/handle/1721.1/44215

[34] Sussman, G. J. (2011). "We Really Don't Know How to Compute!" Strange Loop keynote. https://www.youtube.com/watch?v=HB5TrK7A4pI

[35] Hanson, C., & Sussman, G. J. (2021). *Software Design for Flexibility*. MIT Press. https://mitpress.mit.edu/9780262045490/

[36] Wikipedia. "Gerald Jay Sussman." https://en.wikipedia.org/wiki/Gerald_Jay_Sussman

