For example, what is the sum of $[0, 0, 0, 0, ...]$ with as many 0's as ordinal numbers?
Is it 0, because I am adding up 0's and nothing else?
Here is my way of adding up unsetly many numbers:
Take the supremum of the sums of all initial segments of the list (for uncountable sums, take the supremum of all countable subsets)
Is that right? If so, is there another way? If not, is adding up unsetly many real numbers even well-defined?
Edit: By 'unsetly' I mean too many to fit in any set, meaning that there are too many numbers to fit in any set (There are $\mathbf{Ord}$ many 0's in said $[0, 0, 0, 0, ...]$ list, and $\mathbf{Ord}$ is the proper class of ordinal numbers)