| ▲ | riffraff 7 hours ago | |
I usually do it with ruby with is well suite just like python, but last year I did it with Elixir. I think it lends itself very well to the problem set, the language is very expressive, the standard library is extensive, you can solve most things functionally with no state at all. Yet, you can use global state for things like memoization without having to rewrite all your functions so that's nice too. | ||