What is CLU written in?
The CLU compiler is written in Assembly (documented).
Relationship Graph
All directly connected languages. Click any node to navigate to its page.
Compiler Implementation
| Language | Confidence | Notes | Source |
|---|---|---|---|
| Assembly | 85% | CLU compiler at MIT written in assembly and PDP-10 machine code | Source |
Languages CLU Influenced
- Python — CLU influenced Python's iterators and call-by-object semantics
- Rust — CLU influenced Rust's iterator protocol and exception handling
Frequently Asked Questions
What language is CLU written in?
CLU is primarily implemented in Assembly. See the implementation section above for details and source references.
Which languages did CLU influence?
CLU influenced Rust, Python among others.
Evidence Sources
- https://en.wikipedia.org/wiki/Rust_(programming_language)
- https://en.wikipedia.org/wiki/Python_(programming_language)
- https://en.wikipedia.org/wiki/CLU_(programming_language)