hello guys
just joined the channel
i watched half of
https://www.youtube.com/watch?v=sxudIMiOo68▾
found it interesting
tried to do the same in kotlin
then was pointed out to an already existing implementation
https://github.com/enhan/fptothemax/blob/master/src/main/kotlin/eu/enhan/fptothemax/step0.kt
i have several questions
first one is:
why do you need to “lift” readLine() and println()?
it works pretty well without
and calling bind() will unlift them anyway