Re: LDC 1.20.0

2020-02-14 Thread zoujiaqing via Digitalmars-d-announce
On Friday, 14 February 2020 at 22:31:13 UTC, kinke wrote: Glad to announce LDC 1.20: * Based on D 2.090.1+. * Codegen preparations (but druntime/Phobos support still lacking) for * iOS/tvOS/watchOS on AArch64 * WASI (WebAssembly System Interface) * Mac: support for embedding

Re: LDC 1.20.0

2020-02-14 Thread H. S. Teoh via Digitalmars-d-announce
On Fri, Feb 14, 2020 at 10:31:13PM +, kinke via Digitalmars-d-announce wrote: > Glad to announce LDC 1.20: Awesome!!! Big thanks again to the LDC team! T -- The easy way is the wrong way, and the hard way is the stupid way. Pick one.

LDC 1.20.0

2020-02-14 Thread kinke via Digitalmars-d-announce
Glad to announce LDC 1.20: * Based on D 2.090.1+. * Codegen preparations (but druntime/Phobos support still lacking) for * iOS/tvOS/watchOS on AArch64 * WASI (WebAssembly System Interface) * Mac: support for embedding `pragma({lib,linkerDirective}, ...)` in object files, e.g.,

Bolts 1.4 - added experimental signatures for D

2020-02-14 Thread aliak via Digitalmars-d-announce
Hi, I've released an experimental implementation of the concept of traits/signatures/protocols-ish. The basics seems to work decently well, with very decent error messages e.g.: source/bolts/experimental/signature.d(111,17): Error: static assert: "Type Y is missing the following members of

Re: gtkui: aux lib for using gtkd with glade

2020-02-14 Thread Oleg B via Digitalmars-d-announce
On Wednesday, 12 February 2020 at 14:12:29 UTC, Ferhat Kurtulmuş wrote: On Tuesday, 11 February 2020 at 18:40:33 UTC, Oleg B wrote: If you want use Glade [1] as UI builder with gtkd [2] you can be interested by this library [Dub] http://code.dlang.org/packages/gtkui [Git]

The good old CGI

2020-02-14 Thread Andrea Fontana via Digitalmars-d-announce
I've just released [1] a simple single-file-library you can use to build cgi-enabled app with d. Not a big innovation, so I don't expect a lot of interest about it. Anyway it's small and light, so it's a fast (not so efficient) way to run web-based scripts. Check the basic example [2] and

Re: German D tutorial: HTML5 Anwendung mit GTK3 schreiben

2020-02-14 Thread Andre Pany via Digitalmars-d-announce
On Friday, 14 February 2020 at 12:53:29 UTC, Adam D. Ruppe wrote: is this part of what you're doing with cgi.d this week?! In this tutorial there is no http server component in the D code but it is provided by Gtk3 itself (executable broadwayd). There is already another tutorial using

Re: German D tutorial: HTML5 Anwendung mit GTK3 schreiben

2020-02-14 Thread Adam D. Ruppe via Digitalmars-d-announce
is this part of what you're doing with cgi.d this week?!

Re: German D tutorial: HTML5 Anwendung mit GTK3 schreiben

2020-02-14 Thread Andre Pany via Digitalmars-d-announce
On Friday, 14 February 2020 at 08:44:11 UTC, Petar Kirov [ZombineDev] wrote: On Thursday, 13 February 2020 at 22:48:32 UTC, Andre Pany wrote: Hi, Dieses Tutorial zeigt, wie GTK3 zum Erstellen von HTML5 Anwendungen verwendet werden kann.

Re: German D tutorial: HTML5 Anwendung mit GTK3 schreiben

2020-02-14 Thread Petar via Digitalmars-d-announce
On Friday, 14 February 2020 at 08:44:11 UTC, Petar Kirov [ZombineDev] wrote: On Thursday, 13 February 2020 at 22:48:32 UTC, Andre Pany wrote: Hi, Dieses Tutorial zeigt, wie GTK3 zum Erstellen von HTML5 Anwendungen verwendet werden kann.

Re: German D tutorial: HTML5 Anwendung mit GTK3 schreiben

2020-02-14 Thread Petar via Digitalmars-d-announce
On Thursday, 13 February 2020 at 22:48:32 UTC, Andre Pany wrote: Hi, Dieses Tutorial zeigt, wie GTK3 zum Erstellen von HTML5 Anwendungen verwendet werden kann. http://d-land.sepany.de/tutorials/gui/html5-anwendungen-mit-gtk3-schreiben Viele Grüße Andre Hi Andre, I quickly skimmed through