logoalt Hacker News

f1shytoday at 2:04 PM1 replyview on HN

I’ve been doing them is JS and Common Lisp. I recommend the problems to help learning new languages.


Replies

StopDisinfo910today at 2:13 PM

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.

show 2 replies