Re: Fireside chat with Walter Bright, the creator of the D programming language

2019-02-22 Thread rikki cattermole via Digitalmars-d-announce
On 23/02/2019 12:21 PM, Ali Çehreli wrote: On 02/22/2019 12:00 PM, Dennis wrote: On Thursday, 14 February 2019 at 23:34:40 UTC, Ali Çehreli wrote: We will post a streaming link at the time of the meetup. Is there a recording of it available? I apologize but we failed to use YouTube Live

Re: Fireside chat with Walter Bright, the creator of the D programming language

2019-02-22 Thread Ali Çehreli via Digitalmars-d-announce
On 02/22/2019 12:00 PM, Dennis wrote: On Thursday, 14 February 2019 at 23:34:40 UTC, Ali Çehreli wrote: We will post a streaming link at the time of the meetup. Is there a recording of it available? I apologize but we failed to use YouTube Live (works over the old Google Hangouts). So we had

Re: Fireside chat with Walter Bright, the creator of the D programming language

2019-02-22 Thread Dennis via Digitalmars-d-announce
On Thursday, 14 February 2019 at 23:34:40 UTC, Ali Çehreli wrote: We will post a streaming link at the time of the meetup. Is there a recording of it available?

taggedalgebraic 0.11.0 adds TaggedUnion

2019-02-22 Thread Sönke Ludwig via Digitalmars-d-announce
TaggedUnion is the low level tagged union functionality separated out from TaggedAlgebraic. Because it doesn't support transparent access of methods and operators of the contained value, it is able to provide a number of convenience features. On top of that, visit and tryVisit is now supported

Re: Fireside chat with Walter Bright, the creator of the D programming language

2019-02-22 Thread Abdulhaq via Digitalmars-d-announce
On Wednesday, 20 February 2019 at 22:58:39 UTC, Bastiaan Veelo wrote: On Thursday, 14 February 2019 at 23:34:40 UTC, Ali Çehreli wrote: What specific questions would you like answered? What are the top D related activities that you spend most time on? If you had more time available, how

Re: hunt-markdown 1.0.0 released,

2019-02-22 Thread zoujiaqing via Digitalmars-d-announce
On Tuesday, 19 February 2019 at 12:22:29 UTC, Guillaume Piolat wrote: On Tuesday, 19 February 2019 at 10:36:38 UTC, zoujiaqing wrote: hunt-markdown is powerfull markdown spec parsing and randering library for Dlang. It's fast and clean. Api design like java's commonmark library. example

progress-dmd: compilation with a progress bar

2019-02-22 Thread FeepingCreature via Digitalmars-d-announce
https://gist.github.com/FeepingCreature/6c67479c99bc0f20544d1e455622ae82 Usage: DMD= progress-dmd The script sets -v and then uses the code and semantic stages logged in the output to paint a cute little ANSI-colored progress bar, with one character for every file listed on the command line.