Advent of Nim 2021

2021-12-31 Thread bluequartz
Spent some time to write my solving process for days 18, 19 and 23 for this year. You'll find the links to the full Nim solution too! Day 18: Day 19: Day

Advent of Nim 2021

2021-12-28 Thread bluequartz
Welp managed to use `foldl` for all except the last day... Still, all in good fun!

Advent of Nim 2021

2021-12-13 Thread miran
With AoC halfway over, here are my personal highlights of Advent of Nim (I'm probably not aware of lots of other cool stuff, but feel free to make your list): * @PMunch's streams: * @pietroppeter's notebooks: / *

Advent of Nim 2021

2021-12-09 Thread guaracy
Ok, an opportunity to learn Nim.

Advent of Nim 2021

2021-12-09 Thread pointystick
Here's my repo:

Advent of Nim 2021

2021-12-07 Thread pietroppeter
new blogpost for day07 with visualization based on [nanim](https://github.com/EriKWDev/nanim)! I had issues with the video and I was finally able to produce the final videos for Crab Dance 呂 using an accumulation of wrong fixes... eventually (hopefully) it will al be fixed!

Advent of Nim 2021

2021-12-07 Thread ErikSchierboom
Hi all! I decided to try Nim this year with Aoc, and so far I really like it! Nim is very readable and easy to understand. My code can be found here:

Advent of Nim 2021

2021-12-07 Thread bluequartz
Hello all! I've done past AoC with a different language each year, and this year I've picked Nim: / My solutions are more functional-like in nature, because that's how I usually orientate my problem-solving steps. No surprise then that I've used `foldl` daily

Advent of Nim 2021

2021-12-07 Thread loczaj
Thanks @Zoom ! Yes, the parsing became simple, still it took too much time writing it.  I am new to Nim, "chunk iterator extension for zero_functional" sounds frightening.  Thanks for sharing you repo and the Matrix link. 

Advent of Nim 2021

2021-12-05 Thread lscrd
My repository is here:

Advent of Nim 2021

2021-12-05 Thread Zoom
I like how simple your parsing for the boards in day 4 is. I spent too much time writing a "buffered/chunk" iterator extension for zero_functional and failed! :D Here's my repo: I'm not sure I'll be able to keep the tempo, but we'll see. For those

Advent of Nim 2021

2021-12-04 Thread auxym
Welp, can't help myself even though I have about 1000 other things I should be spending my free time on: 2020 was the first time I finished all days, though a bit late in January. Let's see where it goes this year, but so far the

Advent of Nim 2021

2021-12-03 Thread jyapayne
My (very tiredly written) aoc repo:

Advent of Nim 2021

2021-12-03 Thread moigagoo
I'll never get tired of your excellent blog posts :-) You should start a podcast or something. And the experiment with paramidi and nimibook is just beautiful!

Advent of Nim 2021

2021-12-03 Thread pietroppeter
It has been a long night but I have realized a dream I had from last year: listening to a puzzle input (using [paramidi](https://github.com/paranim/paramidi), thanks @sekao!). Enjoy [Whale Music ](https://pietroppeter.github.io/adventofnim/2021/day03.html#whale_music)!

Advent of Nim 2021

2021-12-03 Thread loczaj
Wow!

Advent of Nim 2021

2021-12-03 Thread loczaj
My repo: Day 1: 4 (!) lines of code Day 2: 13 lines of code Thanks for Nim, I enjoy It very much! 

Advent of Nim 2021

2021-12-03 Thread DavideGalilei
Here's my repo: :D

Advent of Nim 2021

2021-12-02 Thread ynfle
Include is REALY COOL!

Advent of Nim 2021

2021-12-02 Thread bg
Hi all! Sharing my repo too:

Advent of Nim 2021

2021-12-02 Thread pietroppeter
published the blogpost for day 2 (which tells the story of the magic `include` trick for parsing 勞): I remembered also that we should add our nim repos to the usual [awesome advent of code

Advent of Nim 2021

2021-12-02 Thread PMunch
Here is my repository: . I also hope to stream as many of my solutions as possible, link in the repository.

Advent of Nim 2021

2021-12-02 Thread erde74
Hi, my repo i am a Nim beginner don't expect idiomatic Nim code ;)

Advent of Nim 2021

2021-12-02 Thread remix
Yet another repo:

Advent of Nim 2021

2021-12-01 Thread al1ranger
My attempts at solving the problems using Nim can be found at

Advent of Nim 2021

2021-12-01 Thread MichalMarsalek
I guess I'll put my repo here too:

Advent of Nim 2021

2021-12-01 Thread freeflow
Here are my efforts.

Advent of Nim 2021

2021-12-01 Thread hamidrb80
i put my solutions here: / i also put Persian Translation here:

Advent of Nim 2021

2021-12-01 Thread pietroppeter
> a generous Nim user who can share the contents of their nim based .vscode > directory I do not have any special set up for vs code. I have used Saem extension instead of Konstatin's but both should be fine. > This year I'm looking forward to using the new and exciting VBA replacement - >

Advent of Nim 2021

2021-12-01 Thread sotolf
So I'm trying this for the first time, so this is probably very naive, but at least it works :) As simple as it gets with no optimisations.

Advent of Nim 2021

2021-11-30 Thread pietroppeter
as last year, I will try to blog about my solutions every day. Unlikely to keep it up for many days, but let's see: on top of that the idea would be to try and make visualization using cool nim libraries, but I am already hitting a

Advent of Nim 2021

2021-11-29 Thread foldl
Oh, Jesus. Another year is ending.

Advent of Nim 2021

2021-11-26 Thread miran
## Advent of Code 2021 Wednesday December 1st at 5 a.m. UTC will mark the start of the seventh incarnation of [Advent of Code](https://adventofcode.com/), popular programming contest started back in 2015. The author describes Advent of Code (AoC) as " _a series of small programming puzzles for

Advent of Nim 2021

2021-11-26 Thread miran
Previous Advent of Nim threads: * [AoC 2018](https://forum.nim-lang.org/t/4416) * [AoC 2019](https://forum.nim-lang.org/t/5588) * [Aoc 2020](https://forum.nim-lang.org/t/7162)