-2
votes
0answers
121 views

Which programming language is REALLY best for economics? [closed]

So I was browsing a blog I enjoy and saw a comparison of programming languages in economics and for a few of the languages the code is written horribly. I have the source code they used below and I ...
11
votes
2answers
951 views

Fastest python code to find a set of winning words in this game

This is a word game from a set of activity cards for children. Below the rules is code to find the best triplet using /usr/share/dict/words. I thought it was an interesting optimization problem, and ...