Overloading operator ()

Overview:

Allow the parentheis operator to be overloaded just like any other operator.

Proposed by:

Jeff Walker (language designer)

Experts to Contact:

jwalker@cs.oberlin.edu

Status: Rejected (Prior to 2007-03-15)

Status Rational:

This would make the language more confusing and non-orthogonal. Since it has function types there is no reason to have objects which can be called as functions.

Reason:

Description:

Example:

No Example provided.



jwalker@cs.oberlin.edu