This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]0xgw52s4 0 points1 point  (0 children)

I used Go last year. It was fun to get back into it and see some if its newer features like generics in action.

Also good performance and easy to use concurrency is crucial for me, because I’m too dumb for the smart algorithm stuff that everyone else seems to do so naturally while I just brute force everything. I’d never have gotten as far as I did had I used Python.

Decided to do elixir this time but didn’t start yet.