This would be nice if for no other reason than to reach feature parity with Python's `str.format()`, in which one can write things like: `>>> "{foo[0]} and {foo[1]} went up the hill".format(foo=['jack', 'jill']) 'jack and jill went up the hill'`