lol. Yeah I do and don't like the tuple like returns of GO. I appreciate error codes over exceptions, but since I know CPUs only have one return value register (usually) I know only that sized result can be returned, anything else has to happen on the stack, or heaven forbid the heap. So the compiler is hiding things from me and I don't like that XD