Spotlight archive
Guess the language.
Three lines, three guesses.
MODESpotlight0/3
Spotlight · ?.??
1if (n := len(items)) > 100:
2 log.warning("large batch: %d", n)
3process(items[:n])
$ identify language
scripting
compiled
query
Keep going
Three lines, three guesses.