« Back to Index
Programming Languages - Word Association
View original Gist on GitHub
Programming Languages - Word Association.md
Clojure
- Lisp
- Functional
- Immutable
- Concurrency
- JVM
Go
- Network Programming
- Declarative
- Fast
- Binary Executable
- Simple Language Design
- Good Tooling
- Standardised Formatting
Python
- Consistent
- Explicit
- Trusted
- GIL
Ruby
- Good standard library
- Problematic Dependency Management
- Object-Oriented
- Functional aspects
- GIL
- JRuby (Threading)
Rust
- Systems Programming
- Functional looking
- Safe
- Immutable
- Generics
- Traits
- Cargo Vendoring