computer-language-museum/ ├── README.md ├── .github/workflows/ # Optional: CI to test that snippets compile/run ├── eras/ # Organized by chronological time periods │ ├── 1950s-1960s_pioneers/ # Fortran, Lisp, COBOL, ALGOL │ ├── 1970s_structured/ # C, Pascal, Smalltalk, SQL │ ├── 1980s_object-oriented/ # C++, Objective-C, Perl, Ada │ ├── 1995_web-boom/ # Java, JavaScript, Python, PHP, Ruby │ └── 2010s-present_modern/ # Rust, Go, Swift, TypeScript, Zig ├── paradigms/ # Alternative view: symlinks or docs by paradigm │ ├── functional/ │ ├── object-oriented/ │ └── low-level/ └── assets/ # Code snippets, logos, or diagrams