7 ms·
Here's Andreas Kling's general thoughts on Rust: - Excellent for short-lived programs that transform input A to output B - Clunky for long-lived programs that
by gardaani 7mo ago
Here's Andreas Kling's general thoughts on Rust:
- Excellent for short-lived programs that transform input A to output B
- Clunky for long-lived programs that maintain large complex object graphs
- Really impressive ecosystem
- Toxic community
https://x.com/awesomekling/status/1822241531501162806 https://x.com/awesomekling/status/1822241531501162806
- alper 7mo agoI think that's fair. Funny to have a language that makes it prohibitively difficult to use most of the core computer science constructs (lists, graphs etc.).