Re: termcolor-d - Colors with writeln(...);

2018-11-22 Thread Shriramana Sharma via Digitalmars-d-announce
On Wednesday, 21 November 2018 at 18:36:06 UTC, Vladimirs Nordholm wrote: https://github.com/vladdeSV/termcolor-d https://github.com/jamadagni/textattr/ Saw a library recently which allowed you to color text, but it had an odd syntax. Maybe the documentation, in trying to be exhaustive,

Re: textattr library for text colors and attributes available in D

2018-11-22 Thread Shriramana Sharma via Digitalmars-d-announce
On Friday, 9 November 2018 at 22:28:28 UTC, JN wrote: It looks to me like the textattr.d is all that is needed? Should be easy to put it in a separate package that could be uploaded to dub registry. Yes indeed textattr.d is all that is needed! For C too textattr.c|h are all that are needed.

Re: LDC 1.13.0-beta2

2018-11-22 Thread Joakim via Digitalmars-d-announce
On Thursday, 22 November 2018 at 16:36:22 UTC, H. S. Teoh wrote: On Thu, Nov 22, 2018 at 01:25:53PM +, Joakim via Digitalmars-d-announce wrote: On Wednesday, 21 November 2018 at 10:43:55 UTC, kinke wrote: > Glad to announce the second beta for LDC 1.13: > > * Based on D 2.083.0+

Re: LDC 1.13.0-beta2

2018-11-22 Thread H. S. Teoh via Digitalmars-d-announce
On Thu, Nov 22, 2018 at 01:25:53PM +, Joakim via Digitalmars-d-announce wrote: > On Wednesday, 21 November 2018 at 10:43:55 UTC, kinke wrote: > > Glad to announce the second beta for LDC 1.13: > > > > * Based on D 2.083.0+ (yesterday's DMD stable). [...] > I've added native builds for

Re: D compilation is too slow and I am forking the compiler

2018-11-22 Thread Paolo Invernizzi via Digitalmars-d-announce
On Thursday, 22 November 2018 at 13:19:58 UTC, Andrej Mitrovic wrote: On Thursday, 22 November 2018 at 11:16:26 UTC, Paolo Invernizzi wrote: BTW, it's nice to see again the Secret Squirrel on the forum, in these days: welcome back Andrej! /Paolo Oh hey there too! I'm sorry if I can't recall

Re: LDC 1.13.0-beta2

2018-11-22 Thread Joakim via Digitalmars-d-announce
On Wednesday, 21 November 2018 at 10:43:55 UTC, kinke wrote: Glad to announce the second beta for LDC 1.13: * Based on D 2.083.0+ (yesterday's DMD stable). * The Windows packages are now fully self-sufficient, i.e., a Visual Studio/C++ Build Tools installation isn't required anymore. *

Re: D compilation is too slow and I am forking the compiler

2018-11-22 Thread Andrej Mitrovic via Digitalmars-d-announce
On Thursday, 22 November 2018 at 11:16:26 UTC, Paolo Invernizzi wrote: BTW, it's nice to see again the Secret Squirrel on the forum, in these days: welcome back Andrej! /Paolo Oh hey there too! I'm sorry if I can't recall you, though. ¯\_(ツ)_/¯ I mostly lurk around here these days. But I

Re: D compilation is too slow and I am forking the compiler

2018-11-22 Thread Paolo Invernizzi via Digitalmars-d-announce
On Thursday, 22 November 2018 at 10:51:45 UTC, Andrej Mitrovic wrote: BTW, it's nice to see again the Secret Squirrel on the forum, in these days: welcome back Andrej! /Paolo

Re: D compilation is too slow and I am forking the compiler

2018-11-22 Thread Andrej Mitrovic via Digitalmars-d-announce
On Wednesday, 21 November 2018 at 20:51:17 UTC, Walter Bright wrote: Unfortunately, you're right. The title will leave the impression "D is slow at compiling". You have to carefully read the article to see otherwise, and few will do that. Well comparative to itself sometimes it is. When you

Re: sumtype 0.7.0

2018-11-22 Thread Atila Neves via Digitalmars-d-announce
On Wednesday, 21 November 2018 at 00:38:25 UTC, Paul Backus wrote: SumType is a generic sum type for modern D. It is meant as an alternative to `std.variant.Algebraic`. [...] Thanks for the kind words! My pleasure, SumType has been what I've been wanting in D for a while. Expect more