Is it time for D 3.0?
Mike Parker
aldacron at gmail.com
Wed Apr 1 07:58:47 UTC 2020
On Wednesday, 1 April 2020 at 07:13:53 UTC, Kaitlyn Emmons wrote:
> On Friday, 27 March 2020 at 17:32:44 UTC, H. S. Teoh wrote:
>>
>> What about supporting multiple versions of the language
>> simultaneously, using some kind of version directive at the
>> top of each file?
>
> +1 on this comment..
> If i could vote for one feature to add that would be HELLA
> breaking but would be AMAZING at same time it is versioning
> built into the compiler, preferable GIT because that is what
> dub uses..
static if(__VERSION__ >= 2091) {
}
else {
}
More information about the Digitalmars-d
mailing list