davidl wrote:
在 Wed, 01 Apr 2009 16:43:57 +0800,Max Samukha
<[email protected]> 写道:
On Tue, 31 Mar 2009 22:21:59 -0700, Walter Bright
<[email protected]> wrote:
The large volume of bug fixes is because a lot of people contributed
patches. Thanks!
http://www.digitalmars.com/d/1.0/changelog.html
http://ftp.digitalmars.com/dmd.1.042.zip
http://www.digitalmars.com/d/2.0/changelog.html
http://ftp.digitalmars.com/dmd.2.027.zip
Great! Does it mean opDot is deprecated?
why not make opDot some compile time stuff?
class V
{
opDot(char[] method, ...)
{
// runtime lib to figure what the method is, and then call it
with vararg!
}
}
I'm in favor of adding more dynamic stuff to D, but it's going to happen
slowly.