What Happend To Tango Graphic's Package

Christopher Wright dhasenan at gmail.com
Mon Sep 24 16:17:51 PDT 2007


Janice Caron wrote:
> On 9/24/07, Chad J <gamerChad at _spamisbad_gmail.com> wrote:
>> I hope polysemous types come out and solve this mess.
> 
> What does "polysemous type" mean? What are polysemous types?

A variable that can have several types depending on how it is assigned 
or casted is polysemous. Walter wants to use this especially for string 
literals -- should it be fixed length or not, should it be char, wchar, 
dchar?

This sort of thing can be statically checked, but D doesn't do it 
currently. It probably will within the next year or so.

http://s3.amazonaws.com/dconf2007/WalterAndrei.pdf page 23



More information about the Digitalmars-d mailing list