8

Just learned how to write a for loop in kotlin and I now want to burn Java to the ground. When I first learned for loops in Java my brain almost imploded.

Comments
  • -1
    You must be special kind of stupid if java loops did that to you :)
  • 0
    Yeah for..in loop in Kotlin is a bless, tho afaik Java also has a similar construct in the form of for(type i: items).
Add Comment