Advent Of Code 2022 - Day 20
See Day 20 for a detailed description of the problem.
See Day 20 for a detailed description of the problem.
See Day 19 for a detailed description of the problem.
I am often asked what the point is in having yet another language for the JVM. Apart from the fun of writing a compiler and being able to run actual programs using my own language, I wanted a language where the execution state could be captured and persisted such that if the server where the application is running fails, the execution state can be restored and resumed on another machine.
See Day 18 for a detailed description of the problem.
See Day 17 for a detailed description of the problem.
See Day 16 for a detailed description of the problem.
See Day 15 for a detailed description of the problem.
See Day 14 for a detailed description of the problem.
See Day 13 for a detailed description of the problem.
See Day 11 for a detailed description of the problem.