Re: [q-lang-users] RFC: Conditional syntax
Brought to you by:
agraef
From: Keith T. <kaz...@ea...> - 2006-05-31 02:02:16
|
Hello Albert, Someone has been busy! Well, as you asked for them, here are my comments: 1. Wrt the <ifelse> function, I prefer keeping "ifelse X Y Z"; it is clean and concise. 2. Wrt multi-way and matching conditionals, I prefer your option (1); however, I would be equally happy if BOTH options (1) and (2) were implemented. I personally dislike curly braces "{}" (they remind me of my Perl days ;-); however, option (2) is consistent with the new stream syntax, so I can live with it (but I prefer using Lispy-parens). 3. Wrt grouping inside tuples, etc., I can only say, "cool". Or does that date me too much? Thank you for asking! Cheers, Keith |