On 8/19/13 4:48 PM, Meta wrote: > I don't necessarily want built-in syntax for a library type, but making > tuples first-class would be nice. I mean, it's a bummer that they can't > be returned from functions. That should definitely be changed. return tuple(1, "a"); Andrei