Proposed Prototype Syntax .edu

The goal of this proposal is a simpler class syntax for Python. The essence of this simplification is a unification of functions and methods. ... Function header lines are re-arranged. Lambda form is similar. self. is replaced with a leading dot on instance variables. self . ... The Rule of Least Surprise will apply to class variables ( numCats ... ................
................