Rust
Things I like about rust:
- Strongest type system.
- Generics is really good.
Things I hate about rust:
- every little change to a type becomes a refactor fest across the repo. There is no simple change.
Things I like about rust:
Things I hate about rust: