What is Bash written in?
Its runtime is implemented in C (well-documented).
Relationship Graph
All directly connected languages. Click any node to navigate to its page.
Runtime Implementation
| Language | Confidence | Notes | Source |
|---|---|---|---|
| C | 99% | Bash interpreter written in C | Source |
Influenced By
- Bourne Shell — Bash is GNU replacement and superset of Bourne Shell
- C — Bash influenced by C's operators and syntax
Frequently Asked Questions
What language is Bash written in?
Bash is primarily implemented in C. See the implementation section above for details and source references.
What languages influenced Bash?
Bash was influenced by C, Bourne Shell among others. See the influence section above for the full list.