I don't know about Variant, but D's auto is a real time-saver for me, especially when I'm converting some C code to D (app code, not libraries). It almost feels like coding in a dynamic language.
On 12/27/10, Andrei Alexandrescu <seewebsiteforem...@erdani.org> wrote: > On 12/27/10 2:19 AM, Gour wrote: >> On Sun, 26 Dec 2010 14:33:25 -0600 >>>>>>>> "Seth" == Seth Hoenig<seth.a.hoe...@gmail.com> wrote: >> >> Seth> This is certainly a personal preference, but I would add static >> Seth> typing to that list. >> >> +1 > > Conversely, I wonder how we can improve the dynamic typing capabilities > of D. For example, I'd be very interested in hearing experience with > using Variant almost exclusively as the type of choice. > > Andrei >