Re: From the D Blog: Editable and Runnable Doc Examples on dlang.org

2017-03-08 Thread Seb via Digitalmars-d-announce
On Wednesday, 8 March 2017 at 20:12:51 UTC, Joakim wrote: On Wednesday, 8 March 2017 at 13:24:15 UTC, Mike Parker wrote: Sebastian Wilzbach lays out how the new editable & runnable documentation examples came to be. The blog: https://dlang.org/blog/2017/03/08/editable-and-runnable-doc-examples

Re: From the D Blog: Editable and Runnable Doc Examples on dlang.org

2017-03-08 Thread Joakim via Digitalmars-d-announce
On Wednesday, 8 March 2017 at 13:24:15 UTC, Mike Parker wrote: Sebastian Wilzbach lays out how the new editable & runnable documentation examples came to be. The blog: https://dlang.org/blog/2017/03/08/editable-and-runnable-doc-examples-on-dlang-org/ Reddit: https://www.reddit.com/r/programmin

From the D Blog: Editable and Runnable Doc Examples on dlang.org

2017-03-08 Thread Mike Parker via Digitalmars-d-announce
Sebastian Wilzbach lays out how the new editable & runnable documentation examples came to be. The blog: https://dlang.org/blog/2017/03/08/editable-and-runnable-doc-examples-on-dlang-org/ Reddit: https://www.reddit.com/r/programming/comments/5y7umk/editable_and_runnable_doc_examples_on_dlangorg

Aedi 0.2.0 release.

2017-03-08 Thread Alexandru Ermicioi via Digitalmars-d-announce
Good day. Announcing Aedi 0.2.0 release! Aedi is dependency injection framework. It is used to construct and wire your application's components (objects, structures, unions, etc.). New features introduced are: 1. Ability to construct, inject any type of data in D. 2. Tutorials with examples