Join Slack
Powered by
In Kotlin we try to use `let()`, `run()`, `apply()...
# announcements
h
hastebrot
06/08/2017, 10:54 AM
In Kotlin we try to use
let()
,
run()
,
apply()
, or
also()
to make the code with
it
and `this`more readable. In Haskell/Frege and Clojure we use other things to make nestings unnecessary. It’s nearly the same game.
Open in Slack
Previous
Next