kotlin-mysteries

Discover 5 oddities about Kotlin that can occur in the workplace, your personal projects or that you may have come across in the community.

This project is maintained by jesperancinha

Kotlin Mysteries - Tail Call Optimization

Questions

  1. What is it
  2. Why?
  3. How it makes us work recursively and not use mutable

Examples