I haven't done AoC before. Does anyone know if it's possible to submit 2 solutions? I want to use this to brush up on my Python, and I want to start digging into Rust.
AoC is language agnostic. You can find previous years' puzzle and give it a shot. https://adventofcode.com/2017/events
Advent of Code 2017
11–20 of 77 posts
Re: Advent of Code 2017
#12> If you're curious about how Advent of Code works, it's running on some custom Perl code. Get out! Here I was thinking I was the only person using Perl in 2017.
Re: Advent of Code 2017
#13While I enjoy advent of code I always have been happy to live on the west coast. I wonder how many people on the east coast don't participate because they'd have to stay up til midnight if they want to score.
Re: Advent of Code 2017
#14This year I need to make sure I do the graph search problems properly, because I've never learned those methods and I really should.
Re: Advent of Code 2017
#15Re: Advent of Code 2017
#16Re: Advent of Code 2017
#17While I enjoy advent of code I always have been happy to live on the west coast. I wonder how many people on the east coast don't participate because they'd have to stay up til midnight if they want to score.
You mean, each entry doesn't get revealed at 6am as it does here in Europe?
Re: Advent of Code 2017
#18While I enjoy advent of code I always have been happy to live on the west coast. I wonder how many people on the east coast don't participate because they'd have to stay up til midnight if they want to score.
I'm probably going to do this either in a language I'm learning as I go, or in something like Erlang which, whilst great to get correct, will not iterate as fast (for me at least) as the Ruby solution I could quickly and easily write.
Re: Advent of Code 2017
#19I haven't done AoC before. Does anyone know if it's possible to submit 2 solutions? I want to use this to brush up on my Python, and I want to start digging into Rust.
Re: Advent of Code 2017
#20Advent of Code is an amazing achievement. Designing all the puzzles, writing code to generate all those different inputs for everyone, keeping the site going, somehow managing to create this wonderful community of problem solvers... I loved it last year. I've already paid my AoC++ this year. The least I can do for a month and more (because I never do a puzzle a day, and still haven't finished last year's) of fun. Thi…
I don't know how Eric Wastl manages this each year but I've been participating the last two years and it's ridiculously fun!