My variation on this particular theme: <https://gi...
# advent-of-code
j
My variation on this particular theme: https://github.com/jorispz/aoc-2019/blob/master/src/commonMain/kotlin/day5/Computer.kt Haven't gotten around to measuring performance across compile targets yet
k
return (instruction == halt) || false.also { ... }
now that's a Kotlin oneliner!
j
Haha 🙂