| name | programming-languages |
| description | Multi-language programming concepts and language selection |
| license | MIT |
| compatibility | opencode |
| metadata | {"audience":"developers","category":"programming"} |
What I do
- Choose appropriate languages
- Compare language features
- Handle polyglot systems
- Design language interfaces
- Optimize language performance
- Use language-specific patterns
- Handle type systems
- Manage language ecosystems
When to use me
When selecting programming languages or designing polyglot systems.
Language Comparison
Compiled Languages:
- C, C++, Rust, Go
- High performance
- Memory control
- Static typing
JVM Languages:
- Java, Scala, Kotlin
- Mature ecosystem
- Strong typing
- Rich libraries
Scripting Languages:
- Python, Ruby, JavaScript
- Rapid development
- Dynamic typing
- Interpreted execution
Functional Languages:
- Haskell, Erlang, Elixir, Clojure
- Immutable data
- Pattern matching
- Concurrency models