[q-lang-users] Q 6.2 is out
Brought to you by:
agraef
From: Albert G. <Dr....@t-...> - 2005-07-14 17:05:48
|
Hi all, today I've released Q 6.2. As promised, this release finishes off the revision of the tuple syntax. As a bonus, I've also implemented user-defined operators (this feature has been requested numerous times, and has actually been on my TODO list for several years ;-). E.g., to define yourself an infix exclusive-or operator you can now write: public (xor) X Y @ 3; // 3 = precedence level X xor Y = (X or Y) and not (X and Y); More details here: http://q-lang.sourceforge.net/qdoc/qdoc_6.html#SEC23 Enjoy! :) Albert -- Dr. Albert Gr"af Dept. of Music-Informatics, University of Mainz, Germany Email: Dr....@t-..., ag...@mu... WWW: http://www.musikwissenschaft.uni-mainz.de/~ag |