Descent 0.5.4 released

Bill Baxter wbaxter at gmail.com
Tue Jan 27 12:53:48 PST 2009


On Wed, Jan 28, 2009 at 12:46 AM, Ary Borenszweig <ary at esperanto.org.ar> wrote:
> Ary Borenszweig wrote:
>
> Here's the video!
>
> http://www.youtube.com/watch?v=oAhrFQVnsrY
>
> :-)
>

By the way, in the vid you use a plain int param in your opApply
delegate, instead of "ref int".  I think this will not work.  At least
I seem to remember finding that opApply doesn't work unless I make all
the delegate's arguments ref.

I think some of that came from an auto-complete code template, so if
the code template doesn't include the 'ref' it should, as a hint to
the programmer.

Another question -- I was wondering what it does for CTFE functions.
I'm guessing it evaluates them and spits out the result.  If so that
could be very very helpful.  Especially for code-building CTFE mixins.
 I don't think you had an example like that in the vid.

This compile time view could be a great debugging and learning aid for
D.  I think it's quite exciting.  I wonder if someone can get it
working on something like http://paste.dprogramming.com/

--bb


More information about the Digitalmars-d-announce mailing list