iagev@lemmy.mltoPrivacy@lemmy.ml•Mozilla no longer accepting cryptocurrency donations after climate policy review
1·
3 years agodeleted by creator
deleted by creator
https://en.wikipedia.org/wiki/American_exceptionalism lists out lots of the historical reasons. Essentially: successful propaganda over several centuries. Also helped: winning the last big war, winning the cold war, being the source of most of the entertainment in the western world.
In some ways, several places in the US probably are the best in the world. And some are probably the worst. It’s a large place in many ways.
Because of Rust, probably.
Extremely moral growth. Dart/Rust/HCL/JavaScript/Go grew a lot during the first 10 days of the year!
All of those are jokes of some kind, I think? Like PCMasterrace.
deleted by creator
It’s pretty lousy for exploratory programming, where you load your current application to memory, then start adding a new function onto it, hot reloading on every change and testing your changes and external interfaces in the REPL. Rust’s best approach to this seems to be evcxr, which is quite janky. So in practice you probably end up writing unit tests or dummy binaries that replicate similar behavior.
Examples of language implementations that are good at this: python (especially with ipython), most common lisp implementations.