On Sunday, 6 May 2018 at 19:18:02 UTC, Paul Backus wrote:
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
On 05/06/2018 03:18 PM, Paul Backus wrote:
SumType is a generic sum type for modern D. It is meant as an
alternative to `std.variant.Algebraic`.
Very nice! I may use this.
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: http://serialport.dpldocs.info/v1.0.0
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 com
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 sol
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 run
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 wrote
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
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
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 least
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.
Oh, missed the link
https://code.dlang.org/packages/stb
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.
Thank
13 matches
Mail list logo