Discussion: Introducing new operators for matrix computation

Paul Prescod paul at prescod.net
Sat Jul 15 00:00:14 EDT 2000


John Lull wrote:
> 
> ...
>
> The problem is that Python provides no way for an add-on module to
> define new operators.  

But that's not really an accident. There are languages that allow you to
define new operators. REBOL is the most flexible example. Python
emphasizes syntactic *simplicity*.

> Unfortunately, the current lack of appropriate notation makes these
> problems very difficult to code clearly.

Every domain of computing would be enhanced with special notation. Text
processing, XML, COM, databases, Web programming etc.

-- 
 Paul Prescod - Not encumbered by corporate consensus
It's difficult to extract sense from strings, but they're the only
communication coin we can count on. 
	- http://www.cs.yale.edu/~perlis-alan/quotes.html




More information about the Python-list mailing list