Lisp
McCarthy's AI language. Parentheses and homoiconicity. Code is data, data is code. Influenced all modern languages.
Your Reaction
Similar Programming Language
Clojure
Rich Hickey's modern Lisp. Immutable data structures and JVM interop. Pragmatic functional programming.
Prolog
Logic programming language. Facts and rules, let Prolog deduce. AI and expert systems.
Haskell
Academic functional language. Pure functions and powerful type system. Monads solve IO problem.
Python
Guido's readable language conquered data science and scripting. Whitespace significance and gentle learning curve.
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.
Assembly
Symbolic machine code. One step above binary. Architecture-specific but teaches computers.
OCaml
French functional language. Powerful type system and inference. Jane Street's trading language.
Explore Related Domains
Discover connections across different types of entities
Emacs
Extensible text editor, almost an OS. Everything customizable through Emacs Lisp. Org-mode, email, IRC, games. …
Unix
Unix philosophy revolutionized computing: small tools that do one thing perfectly, composed via pipes. Everything …
IntelliJ IDEA
JetBrains' intelligent IDE. Refactoring and code intelligence set standard. Kotlin's birthplace.
Atom
GitHub's Electron-based editor. Proved web tech could make desktop apps. VSCode's spiritual predecessor.
AI Alignment
Problem of ensuring AI systems pursue intended goals and values. Orthogonality thesis: intelligence and goals …
VSCode
Microsoft's Electron-based editor conquered developers. Extensions ecosystem and TypeScript integration. Modern replacement for classic editors.
Alan Turing
British mathematician and computer scientist who founded theoretical computer science and artificial intelligence. Turing's work …
Chrome
Google's browser became dominant through speed and minimalism. V8 JavaScript engine revolutionized web apps. Open …