C
Dennis Ritchie's portable assembler. Unix and OS foundation. Simple core, powerful abstractions.
Your Reaction
Similar Programming Language
C++
Bjarne's C with classes evolved into complex powerhouse. Template metaprogramming and modern features.
Assembly
Symbolic machine code. One step above binary. Architecture-specific but teaches computers.
Julia
MIT's scientific computing language. Python-like syntax with C-like speed. Multiple dispatch core.
Fortran
First high-level language. Formula Translation for science. Still powers supercomputers.
Rust
Mozilla's safe systems language. Borrow checker prevents memory errors. C++ replacement without garbage collection.
Bash
Bourne Again Shell. Unix automation standard. Simple but full programming language.
Lisp
McCarthy's AI language. Parentheses and homoiconicity. Code is data, data is code. Influenced all modern …
Python
Guido's readable language conquered data science and scripting. Whitespace significance and gentle learning curve.
Explore Related Domains
Discover connections across different types of entities
Unix
Unix philosophy revolutionized computing: small tools that do one thing perfectly, composed via pipes. Everything …
Linux
Free Unix-like kernel powering world. Linus Torvalds' gift to humanity. Runs servers, phones, supercomputers. Represents …
Emacs
Extensible text editor, almost an OS. Everything customizable through Emacs Lisp. Org-mode, email, IRC, games. …
Linux
Linus Torvalds created free Unix-like kernel. Open source movement flagship. Powers servers, Android, and freedom.
Windows 95
Microsoft democratized personal computing. Start button, taskbar, plug-and-play. Brought computers to masses despite Unix purists' …
Notion
Modular workspace combining notes, tasks, databases. Block-based flexibility. Represents modern productivity tooling.
Redis
In-memory data structure store. Blazingly fast caching and pub/sub. Simple yet powerful primitives. Represents speed …
Unix Philosophy
Design philosophy for software emphasizing simplicity, modularity, and composability. Core principles: make each program do …