Re: reference to 'self' inside a function

2012-07-17 Thread Eyyub
On Tuesday, 17 July 2012 at 16:56:17 UTC, angel wrote: I propose to introduce a reference to the current function, much like 'this' in a class method. Call it 'self' or 'thisFunc', or whatever ... What might this be good for ? For implementing recursion in a lambda function. Writing in function

Re: Congratulations to the D Team!

2012-07-09 Thread Eyyub
Congrats !

Re: Does D have too many features?

2012-04-30 Thread Eyyub
On Monday, 30 April 2012 at 19:24:50 UTC, Walter Bright wrote: On 4/28/2012 11:47 AM, Walter Bright wrote: Andrei and I had a fun discussion last night about this question. The idea was which features in D are redundant and/or do not add significant value? A couple already agreed upon ones ar