On Wednesday, 14 March 2018 at 08:53:17 UTC, Andre Pany wrote:
On Tuesday, 13 March 2018 at 12:39:24 UTC, Dmitry Olshansky wrote:
[...]

Hi Dmitry,

for presenting D to my team I used following example. It highlights some features of D: Meta programming, templates, CTFE, UFCS, OOP in D,
Functional programming in D and ...

It is a compile time i18n library in ~50 lines.

import std.experimental.scripting;
[...]
Just came across this: It has been changed to:
   std.experimental.all

https://dlang.org/changelog/2.079.0.html#std-experimental-all

Regards mt.

Reply via email to