Spotlight archive
Guess the language.
Three lines, three guesses.
MODESpotlight0/3
Spotlight · ?.??
1ActiveUsers = lists:filter(fun(U) -> U#user.active end, Users),
2Emails = [U#user.email || U <- ActiveUsers],
3io:format("~p~n", [Emails]).
+ 29 more — keep typing to narrow
Keep going