sumtype 0.3.0

2018-05-06 Thread Paul Backus via Digitalmars-d-announce
SumType is a generic sum type for modern D. It is meant as an alternative to `std.variant.Algebraic`. Features: - Pattern matching, including support for structural matching (*) - Self-referential types, using `This` - Works with `pure`, `@safe`, `@nogc`, and `immutable` (*) - Zero

Re: Diamond mentioned in stackshare.io article

2018-05-06 Thread bauss via Digitalmars-d-announce
On Saturday, 5 May 2018 at 18:56:52 UTC, Gheorghe Gabriel wrote: On Saturday, 5 May 2018 at 14:06:45 UTC, Bauss wrote: On Saturday, 5 May 2018 at 12:32:38 UTC, Gheorghe Gabriel wrote: On Saturday, 5 May 2018 at 12:17:48 UTC, Bauss wrote: On Saturday, 5 May 2018 at 12:14:38 UTC, bachmeier

Re: Funding for code-d/serve-d

2018-05-06 Thread Meta via Digitalmars-d-announce
On Saturday, 5 May 2018 at 11:21:29 UTC, Mike Parker wrote: This morning at the Hackathon I announced that the D Foundation is raising money for code-d/serve-d, the plugin for Visual Studio Code and its companion Microsoft Language Server Protocol implementation for D. We've set up a goal of

serialport v1.0.0

2018-05-06 Thread Oleg B via Digitalmars-d-announce
Stable version of serialport package * Blocking `SerialPortBlk` for classic usage * Non-blocking `SerialPortNonBlk` and `SerialPortFR` for usage in fibers or in vibe-d * Variative initialization and configuration * Hardware flow control config flag Doc:

Re: Diamond mentioned in stackshare.io article

2018-05-06 Thread Gheorghe Gabriel via Digitalmars-d-announce
On Sunday, 6 May 2018 at 18:05:45 UTC, bauss wrote: On Saturday, 5 May 2018 at 18:56:52 UTC, Gheorghe Gabriel wrote: [...] I could be wrong, but I think D has some issues with DLL's at the moment, so recompiling is the only way to dynamically have code. I'm working on a possible future

Re: Diamond mentioned in stackshare.io article

2018-05-06 Thread Gheorghe Gabriel via Digitalmars-d-announce
On Sunday, 6 May 2018 at 19:33:09 UTC, Gheorghe Gabriel wrote: On Sunday, 6 May 2018 at 18:05:45 UTC, bauss wrote: [...] Thanks! I will search for contribuitors after the release of the 0.1-stable version. I am using a private git repository until then. P.S. Godot-D uses dlls for dynamic

Re: stb bindings for D

2018-05-06 Thread Temtaime via Digitalmars-d-announce
Oh, missed the link https://code.dlang.org/packages/stb

Re: stb bindings for D

2018-05-06 Thread Sisor via Digitalmars-d-announce
On Sunday, 6 May 2018 at 08:57:11 UTC, Temtaime wrote: Oh, missed the link https://code.dlang.org/packages/stb Not everybody (including me) knows what stb is. So please add some brief description (with a link) to the documentation.

stb bindings for D

2018-05-06 Thread Temtaime via Digitalmars-d-announce
Hello ! Recently i published stb bindings for D, it comes with precompiled stb library for windows, so just add this package as dependency for your project and work with it :) Currently there's only stb bindings, but soon i'll add stb_image, stb_image write and other useful libraries.

Re: Dconf live stream for Shachar's talk

2018-05-06 Thread Dukc via Digitalmars-d-announce
On Saturday, 5 May 2018 at 07:59:48 UTC, Steven Schveighoffer wrote: I will note that we don't have the normal A/V crew from the other days, so this is being done via a laptop camera. So you will probably need to download the slides. -Steve It's hard to hear the words from this, but at

Re: stb bindings for D

2018-05-06 Thread Temtaime via Digitalmars-d-announce
On Sunday, 6 May 2018 at 09:22:00 UTC, Sisor wrote: On Sunday, 6 May 2018 at 08:57:11 UTC, Temtaime wrote: Oh, missed the link https://code.dlang.org/packages/stb Not everybody (including me) knows what stb is. So please add some brief description (with a link) to the documentation. Ok, a