You people need to learn how to write your lists o...
# advent-of-code
k
You people need to learn how to write your lists of functions more compactly 😉
a
Just seen your implementation, v nice 🙂
l
Yeah, I was looking at that list of lambdas with a receiver ... interesting mind-quirk - first of its kind 😁 . "Yo dawg, I found passing params to functions boring, so I started passing functions to params instead" 😂
k
Yeah, it's just a trick to not have to retype
a,b ->
every time.