From: Albert G. <Dr....@t-...> - 2008-08-15 01:10:45
|
John Cowan wrote: > +1. In Q they are fixed-length vectors and seem worth having. In Pure > they seem like a kind of substitute for multiple-valued functions. Well, they're useful for what they are, a kind of sequence "without all those darn brackets". Multi-valued functions is one application, but they're also useful for "multi-valued arguments" such as 1,3..7. That's all the more important because Pure doesn't allow you to define your own n-ary (n>=3) and mixfix operators. The only downside I see is that we can't use ',' for the sequencing operator. Albert -- Dr. Albert Gr"af Dept. of Music-Informatics, University of Mainz, Germany Email: Dr....@t-..., ag...@mu... WWW: http://www.musikinformatik.uni-mainz.de/ag |