
@pezi_pink has joined the channel

@james has joined the channel

@george.privon has joined the channel

@sergej has joined the channel

@public has joined the channel

Hi all. New to Racket, but giving it a go for Advent of Code. Also new to these kinds of problems… so it’s tough! :smile: Code here: https://github.com/smizell/aoc/tree/master/2019

@public you should join our leaderboard the key is in the topic

Thanks, done!

I like your solution to day 3. I’ve been thinking most of the day about changing the representation my solution uses to something like lines.

Thanks! Is your code online? I’d love to see it.


> day 3 part 2. ugh Same.

Thanks for sharing, I learned a lot.

Huh, I misinterpreted the second problem for like 20 mins

@xarxziux has joined the channel

@sorawee I like your testing mini-lang

It’s like a lighter-weight chk

I like those “infra” things like downloading input files and “tasks”.

Haha, thanks

The testing language is inspired by Pyret. The infra thing is a port of https://github.com/wimglenn/advent-of-code-data.

I’ve never used pyret, but I did like how testing looked integrated into the language
