# David Moon

> American computer scientist and programmer

**Wikidata**: [Q5237671](https://www.wikidata.org/wiki/Q5237671)  
**Wikipedia**: [English](https://en.wikipedia.org/wiki/David_A._Moon)  
**Source**: https://4ort.xyz/entity/david-moon

Here’s the structured biographical entry for David Moon based strictly on the provided source material:

---

## Summary  
David Moon is an American computer scientist and programmer known for his contributions to computer science, particularly his work on Common Lisp. He has been affiliated with prominent institutions like MIT, Apple Inc., and Symbolics, and is a member of the MIT Computer Science and Artificial Intelligence Laboratory (CSAIL).

---

## Biography  
- **Nationality**: United States  
- **Occupation**: Computer scientist, engineer  
- **Known for**: Contributions to Common Lisp  
- **Employer(s)**: Massachusetts Institute of Technology, Apple Inc., Symbolics  
- **Field(s)**: Computer science, programming  
- **Member of**: MIT Computer Science and Artificial Intelligence Laboratory  

---

## Contributions  
David Moon is best known for his involvement in the development of Common Lisp, an ANSI-standardized dialect of the Lisp programming language created in 1984. His work at Symbolics, a pioneering computer company founded in 1979, contributed to advancements in Lisp-based systems. Moon also worked at Apple Inc., where he likely contributed to software development projects, though specific details are not provided in the source material. His affiliation with MIT CSAIL highlights his engagement with cutting-edge computer science research.  

---

## FAQs  
### Q: What is David Moon known for?  
A: David Moon is primarily known for his contributions to Common Lisp, a standardized dialect of the Lisp programming language, and his work with institutions like MIT and Apple Inc.  

### Q: Where did David Moon work?  
A: He worked at Massachusetts Institute of Technology (MIT), Apple Inc., and Symbolics, a defunct American computer company.  

### Q: What is David Moon's nationality?  
A: He is an American computer scientist and programmer.  

---

## Why They Matter  
David Moon's work on Common Lisp helped standardize and popularize the language, influencing software development and programming language design. His affiliations with MIT CSAIL and Apple Inc. underscore his impact on both academic research and industry applications. Without his contributions, the evolution of Lisp and its applications in artificial intelligence and symbolic computing might have progressed differently.  

---

## Notable For  
- Contributions to the development of Common Lisp (1984).  
- Affiliation with MIT Computer Science and Artificial Intelligence Laboratory (CSAIL).  
- Work at Symbolics, a pioneering computer company specializing in Lisp machines.  

---

## Body  
### Career Highlights  
- Worked at **Symbolics**, a company focused on Lisp-based systems (founded 1979).  
- Affiliated with **MIT CSAIL**, a leading computer science research institute (established 2003).  
- Employed at **Apple Inc.**, contributing to software development (exact role unspecified).  

### Key Contributions  
- **Common Lisp**: Played a role in standardizing this dialect of Lisp, which became widely used in AI and research.  

### Institutional Affiliations  
- **Massachusetts Institute of Technology**: Engaged in computer science research.  
- **Apple Inc.**: Contributed to technology development (specific projects not detailed).  

---

## Schema Markup  
```json
{
  "@context": "https://schema.org",
  "@type": "Person",
  "name": "David Moon",
  "jobTitle": "Computer scientist and programmer",
  "worksFor": [
    {"@type": "Organization", "name": "Massachusetts Institute of Technology"},
    {"@type": "Organization", "name": "Apple Inc."},
    {"@type": "Organization", "name": "Symbolics"}
  ],
  "nationality": {"@type": "Country", "name": "United States"},
  "birthPlace": {"@type": "Place", "name": "United States"},
  "memberOf": {"@type": "Organization", "name": "MIT Computer Science and Artificial Intelligence Laboratory"},
  "knowsAbout": ["Computer science", "Common Lisp"],
  "sameAs": [
    "https://www.wikidata.org/wiki/Q5229417",
    "https://en.wikipedia.org/wiki/David_A._Moon"
  ],
  "description": "American computer scientist and programmer known for contributions to Common Lisp."
}