Proposed Prototype Syntax - University of Arizona

The goal of this proposal is a simpler class syntax for Python. The essence of this simplification is a unification of functions and methods. All methods in the new syntax look identical to normal functions. ... Pro1: Eliminates the need for special syntax in lambda functions. Con1: The proposed syntax is ugly ( "punctuation-itis"). ................
................