A Response to Ineffectual Java-NG Proposals

// There is a difference between classes and data

// All classes and data are immutable by default public data Person { String name; Int age;

// return type inference public toString() { return name + " is " + age; }

}

// somewhere else

// Chains replace the need for ordered arg [...:]

 •  0 comments  •  flag
Share on Twitter
Published on September 21, 2010 20:20
No comments have been added yet.