LISTBUZZ

Given some numerical list, replace the numbers that are divisible by some number with the word "list", and replace the numbers that are divisible by some other number with the word "buzz".

Generic question. Answered with lambda operators.