Perhaps we need to defer const for a while (3.0?)

Christopher Wright dhasenan at gmail.com
Thu Jan 3 05:28:21 PST 2008


Don Clugston wrote:
> Walter Bright wrote:
>> Russell Lewis wrote:
>>> I made a passing reference to this in my original post, but I wanted 
>>> to amplify it: D's const is a *huge* step forward from C++'s.
>>
>> I agree. And I've learned a hell of a lot in the process of working on 
>> this design.
>>
>> It may even become a killer feature!
> 
> Any plans for papers on it?

The popular topics for papers are systems, algorithms, and experimental 
stuff like AI. Under systems, it's networking, compilers, filesystems, 
some other OS stuff like that.

A paper about ensuring const-correctness efficiently in a language that 
allows pointers might make it through. A paper about a good design for 
const? I doubt it, unless you're familiar with journals that I'm not.



More information about the Digitalmars-d mailing list