set greet { arg _name print 'hello ' @_name '\n' } for (map { arg _x; .. @_x ! } [ world creator ]) { arg _whom greet @_whom }