Keeping SuperCollider evolving with minimal impact on users work

To whoever asked (and then deleted the question?):
Yes, of course emojis can be variables.

let 🦕 = [1, 2, 3]
let 🪰 = 2
let 🖨️ = println
🖨️(🦕 * 🪰)

RESULT:
[2, 4, 6]
5 Likes