I did not have any time today to work on AoC. I spent today in meetings or working on a testing automation in Emacs Common Lisp.
Hopefully the rest of you had time to validate the safe reports from the nuclear fusion/fission plant.
@Enjoyer_of_Games@hexbear.net @Speaker@hexbear.net @gay_king_prince_charles@hexbear.net
Prefix with I don't know much about Kotlin except that its a JVM language. It looks like you are programming in a functional style more than a OOP or imperative style. So in an imperative style you would have more intermediate values, but in a function style you are trying to reduce unnecessary intermediate values and have the output of one function pipe into the next function in the chain.