Spotlight archive

Guess the language.

Three lines, three guesses.

MODESpotlight0/3
Spotlight · ?.??
1val active = users.filter { it.isActive }.map { it.copy(name = it.name.uppercase()) }
2val byEmail = active.associateBy { it.email }
3println(byEmail.size)
Keep going