I see that processingjs (p5.js) uses map() to normalise a number from one range into another range. What do I do if I want to map a function across a list? In js, python, Haskell, scheme etc etc, I’d use map(fn, list)... I’ve tried to find this discussed - apologies if it’s an FAQ,
And thanks