Spotlight archive

Guess the language.

Three lines, three guesses.

MODESpotlight0/3
Spotlight · ?.??
1let active = users.filterIt(it.isActive)
2let names = active.mapIt(it.name.toUpperAscii)
3echo names
Keep going