Re: fast-compile GUI with DML-like markdown

2023-10-10 Thread Imperatorn via Digitalmars-d-dwt
On Tuesday, 10 October 2023 at 06:38:24 UTC, Dmitry Ponyatov wrote: How long is too long? 1-2 seconds of the whole compiling vs 6-12 seconds after `Linking D` stage on the helloWorld project Weird, is it also the same with other frameworks?

Re: fast-compile GUI with DML-like markdown

2023-10-09 Thread Dmitry Ponyatov via Digitalmars-d-dwt
How long is too long? 1-2 seconds of the whole compiling vs 6-12 seconds after `Linking D` stage on the helloWorld project

Re: fast-compile GUI with DML-like markdown

2023-10-09 Thread Imperatorn via Digitalmars-d-dwt
On Monday, 9 October 2023 at 15:28:53 UTC, Dmitry Ponyatov wrote: Are there any modules or just development efforts to make some portable GUI with DML but with much more faster build? Link stage of the `dlangui` looks too long, and it annoying comparing to the `dmd` flight speed. How long is