|
|
|
|
|
by justinnhli
1952 days ago
|
|
> Sometimes I think of Python as the Nash Equilibrium of programming languages FYI: What you're describing is not a Nash equilibrium, but a Pareto optimal point [1]. They are similar in that you couldn't do any better, but Nash equilibria is in terms of whether this would cause other players to change their strategies, while Pareto optimality is only about trading off different features/dimensions. [1]: https://en.wikipedia.org/wiki/Pareto_efficiency |
|