CTFE Status

Dmitry Olshansky via Digitalmars-d digitalmars-d at puremagic.com
Sun Jan 29 05:21:47 PST 2017


On 1/25/17 4:44 PM, Stefan Koch wrote:
> On Wednesday, 25 January 2017 at 15:26:39 UTC, jmh530 wrote:
>> On Wednesday, 25 January 2017 at 12:36:02 UTC, Stefan Koch wrote:
>>> newCTFE is green now on all platforms!
>>
>> Congrats.
>>
>> How much work remains?
>
> Quite a lot.
>
> - Slicing
> - Appending
> - ||
> - String support (implying utf conversions)
> - Floating-Point
>
> - classes
> - exceptions
> - function pointers
> - closures
>
> and
>
> proper handling of more complex types
> such as arrays of structures

Will note that std.regex will requires at least basic support for 
classes (construct and return from a function) and slicing.

---
Dmitry Olshansky


More information about the Digitalmars-d mailing list