| ▲ | f1shy 7 hours ago | ||||||||||||||||||||||
I’ve been doing them is JS and Common Lisp. I recommend the problems to help learning new languages. | |||||||||||||||||||||||
| ▲ | StopDisinfo910 7 hours ago | parent [-] | ||||||||||||||||||||||
I respect the effort going into making Advent of Code but with the very heavy emphasis on string parsing, I'm not convinced it's a good way to learn most languages. Most problems are 80%-90% massaging the input with a little data modeling which you might have to rethink for the second part and algorithms used to play a significant role only in the last few days. That heavily favours languages which make manipulating string effortless and have very permissive data structures like Python dict or JS objects. | |||||||||||||||||||||||
| |||||||||||||||||||||||