On Tue, Sep 6, 2016 at 7:42 PM, Stefan Koch via Digitalmars-d <digitalmars-d@puremagic.com> wrote:
On Tuesday, 6 September 2016 at 10:42:00 UTC, Martin Nowak wrote:
On Sunday, 4 September 2016 at 00:04:16 UTC, Stefan Koch wrote:
I recently implemented __ctfeWriteln.

Nice, is it only for your interpreter or can we move https://trello.com/c/6nU0lbl2/24-ctfewrite to done? I think __ctfeWrite would be a better primitive. And we could actually consider to specialize std.stdio.write* for CTFE.

It's only for the current engine and only for Strings!
See: https://github.com/dlang/druntime/pull/1643
and https://github.com/dlang/dmd/pull/6101



Seriously Stefan, you make my day!

My libraries will be so much easier to write!