Hello,the thread about tuples reminded about Julia because it supports tuples natively and its syntax for (de)constructing tuples is simple: http://julialang.org/manual/functions/
It's a very different language from D, being dynamically typed (but with optionnal static typing and multiple dispatch) but it's still interesting: opensource (MIT licensed) and 1.0 release recently, so for those who like languages:
http://julialang.org/ Best regards, renoX
