It’s possible to combine different context objects by nesting with scope functions but it can become boilerplate after a while.
Is it possible to extend so you can do in a one line? (ex: with(obj1, obj2) {})
Likewise to scoped functions. (ex: fun (class1, class2).fuBar())