Chris Dutton wrote:

Given discussions about "hyper" operators in the past, I found this rather interesting in the release notes.

http://pike.idonex.com/download/notes/7.4.10.xml
Interesting, but I still feel that vectorized operators give more flexibility.
For example, I'm struggling to see how one could use the [*] to do this:

	@names = «Gödel Escher Bach»;
	
	@ages = $today »-« %date_of_birth{@names}

Damian


Reply via email to