Re: Advent of Nim 2019 megathread

2019-12-24 Thread e
Having decided to try learning a bit about Nim using AoC2019, I joined the [private leaderboard](https://adventofcode.com/2018/leaderboard/private), but never expected to be in the top 10 (I'm at 5 now, `dougcurrie`). So, I'll list my repo now in case anyone searching for Nim Advent of Code

Re: Advent of Nim 2019 megathread

2019-12-07 Thread kaushalmodi
My first time participating in Advent of Code! [https://github.com/kaushalmodi/aoc2019](https://github.com/kaushalmodi/aoc2019) :)

Re: Advent of Nim 2019 megathread

2019-12-04 Thread me7
First year of AoC and first year of Nim too. Each part I usually take 2 hours so I need dedicate 4 hours each day to finish it. [https://github.com/me7/AdventOfCode](https://github.com/me7/AdventOfCode) Looking at other people code once I've done it is my favorite part. I've learn what's my

Re: Advent of Nim 2019 megathread

2019-12-03 Thread Kaynato
Relatively new to nim but decided to have fun learning with this year's AoC (and practicing on previous years' for speed). This is probably filled with non-idiomatic and misc. bad practices. [https://github.com/Kaynato/AdventOfCode](https://github.com/Kaynato/AdventOfCode)

Re: Advent of Nim 2019 megathread

2019-12-03 Thread tradfursten
Here is my repo. Solving in nim and then doing some in Elixir as well [https://github.com/tradfursten/advent_of_code_2019](https://github.com/tradfursten/advent_of_code_2019)

Re: Advent of Nim 2019 megathread

2019-12-02 Thread noeontheend
My solutions: [https://git.sr.ht/~reesmichael1/adventofcode](https://git.sr.ht/~reesmichael1/adventofcode) And since it seemed like a shame to not use Nim's macros somewhere, I went ahead and built a simple runner that loads all of the solution files automagically at compile time! (I've only

Re: Advent of Nim 2019 megathread

2019-12-01 Thread TheSpydog
I'm in and learnin' Nim! [https://github.com/TheSpydog/AdventOfCode](https://github.com/TheSpydog/AdventOfCode)

Re: Advent of Nim 2019 megathread

2019-12-01 Thread exelotl
doin' it [https://github.com/exelotl/aoc2019](https://github.com/exelotl/aoc2019)

Re: Advent of Nim 2019 megathread

2019-12-01 Thread ducdetronquito
Good catch ;)

Re: Advent of Nim 2019 megathread

2019-12-01 Thread dom96
Decided to give this a proper try this year. Let's see how this goes. My repo is here: [https://github.com/dom96/aoc2019](https://github.com/dom96/aoc2019) Already found a bug in Nim heh: [https://github.com/nim-lang/Nim/issues/12788](https://github.com/nim-lang/Nim/issues/12788)

Re: Advent of Nim 2019 megathread

2019-12-01 Thread lqdev
I'm kind of late to the party, but here goes. [https://github.com/liquid600pgm/aoc-2019](https://github.com/liquid600pgm/aoc-2019)

Re: Advent of Nim 2019 megathread

2019-12-01 Thread gillesmag
Learning Nim as I do the Advent Of Code 2019. [https://github.com/gillesmag/advent-of-code-2019](https://github.com/gillesmag/advent-of-code-2019)

Re: Advent of Nim 2019 megathread

2019-12-01 Thread SolitudeSF
badabing [https://github.com/SolitudeSF/adventOfCode](https://github.com/SolitudeSF/adventOfCode)

Re: Advent of Nim 2019 megathread

2019-12-01 Thread filip
I'm sticking to Nim this year too. [https://github.com/filipux/adventofcode2019](https://github.com/filipux/adventofcode2019)

Re: Advent of Nim 2019 megathread

2019-12-01 Thread lscrd
As last year, I will use Nim and only Nim. [https://github.com/lscrd/AdventOfCode2019](https://github.com/lscrd/AdventOfCode2019)

Re: Advent of Nim 2019 megathread

2019-12-01 Thread zevv
I almost got convinced to defect to Ocaml, but sticking to Nim for this year: [https://github.com/zevv/aoc2019](https://github.com/zevv/aoc2019). Enjoy people!

Re: Advent of Nim 2019 megathread

2019-12-01 Thread ducdetronquito
Here we go :) [https://github.com/ducdetronquito/AdventOfCode2019](https://github.com/ducdetronquito/AdventOfCode2019)

Re: Advent of Nim 2019 megathread

2019-12-01 Thread pietroppeter
happy to participate again! [https://github.com/pietroppeter/adventofnim](https://github.com/pietroppeter/adventofnim)

Re: Advent of Nim 2019 megathread

2019-11-30 Thread miran
12 hours to go!

Re: Advent of Nim 2019 megathread

2019-11-26 Thread tradfursten
I am hyped! Last year was the first time I tried nim. It was a pleasant experience so I'll do the same this year as well. It has been inspiring to see the solutions from those of you who are good in nim and see the beautiful solutions to the puzzles.

Re: Advent of Nim 2019 megathread

2019-11-25 Thread Vindaar
I should participate again I guess. I fear I'll have even less time than last year though. We'll see!