Julia
MIT's scientific computing language. Python-like syntax with C-like speed. Multiple dispatch core.
Your Reaction
Similar Programming Language
Fortran
First high-level language. Formula Translation for science. Still powers supercomputers.
Python
Guido's readable language conquered data science and scripting. Whitespace significance and gentle learning curve.
Lisp
McCarthy's AI language. Parentheses and homoiconicity. Code is data, data is code. Influenced all modern …
C
Dennis Ritchie's portable assembler. Unix and OS foundation. Simple core, powerful abstractions.
Assembly
Symbolic machine code. One step above binary. Architecture-specific but teaches computers.
Swift
Apple's modern language replacing Objective-C. Protocol-oriented and safe. iOS development standard.
Haskell
Academic functional language. Pure functions and powerful type system. Monads solve IO problem.
Go
Google's simple systems language. Goroutines and channels. Fast compilation and deployment.
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 …
Sublime Text
Fast proprietary editor. Multi-cursor editing and Python extensibility. Influenced VSCode generation.
Jupyter
Interactive notebook for data science. Code, visualization, narrative together. Transformed scientific computing.
Eclipse
IBM's open source IDE. Plugin architecture and Java dominance. Represents enterprise open source.
Xerox PARC
Research and development company of Xerox Corporation. Invented graphical user interface, laser printer, Ethernet, object-oriented …
Emacs
Extensible text editor, almost an OS. Everything customizable through Emacs Lisp. Org-mode, email, IRC, games. …
Redis
In-memory data structure store. Blazingly fast caching and pub/sub. Simple yet powerful primitives. Represents speed …
Atom
GitHub's Electron-based editor. Proved web tech could make desktop apps. VSCode's spiritual predecessor.