

-
Yes, I have been solving them all in my Jactl language. A lot of fun and a great way to test out the language. Managed to do all of last years problems in it and managing to keep up this year so far (although sometimes work/life prevents me solving it immediately on the day).
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
-
The language in question is tic: https://github.com/jDomantas/tic (there are no docs on the language, but you can see solutions here).
-
-
I completed day 1: https://github.com/MarcelGarus/martinaise/blob/main/advent/day1.mar
-
I have done the first 5 days so far in https://www.winglang.io/ It has def. showed be some QoL things missing, but very interesting to do AoC on early languages or your own :) https://github.com/olivernybroe/AdventOfCode2023
-
tailspin-v0
A programming language with extreme data-pattern matching and data-declarative syntax, hopefully different enough to be interesting
I eventually tend to do all days in Tailspin. The ones I have done so far are in directories ending in "tt" (the others are in Pyret, just to get a feel for it) https://github.com/tobega/aoc2023/tree/main
-
Nutrient
Nutrient - The #1 PDF SDK Library. Bad PDFs = bad UX. Slow load times, broken annotations, clunky UX frustrates users. Nutrient’s PDF SDKs gives seamless document experiences, fast rendering, annotations, real-time collaboration, 100+ features. Used by 10K+ devs, serving ~half a billion users worldwide. Explore the SDK for free.
-
I eventually tend to do all days in Tailspin. The ones I have done so far are in directories ending in "tt" (the others are in Pyret, just to get a feel for it) https://github.com/tobega/aoc2023/tree/main
-
Nice! Here's mine in YzYz overview using a "state" machine (or state pattern if you want to) in O(n) I think