Advent of Code 2023 š
by Keith Star
Until this year, I never remember about Advent of Code until itās too late. Never wanting to do things the easy way, I decided to do the 2023 Advent of Code in dwarf.
dwarf is my programming language ā perhaps another sign that I donāt do things simply.
Itās an offshoot of a larger project that Iāve been working on for about eight months.
I just recently finished adding async/await
` support to the language and I was sort of wondering whatās next.The best part of this plan is that Iāll be adding the solutions as unit tests.
Along with participating in the event, Iāll be hardening the language and adding missing features.
Perhaps best of all, this shows that dwarf can be a general purpose programming language.
Expect spoilers, but also expect to get into the guts of an interpreter. I donāt plan on going too deeply into how the interpreter works, but weāll certainly dip our toes.
tags: dwarf, - adventofcode, - rust