www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.dwt - fast-compile GUI with DML-like markdown

reply Dmitry Ponyatov <dponyatov gmail.com> writes:
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.
Oct 09 2023
parent reply Imperatorn <johan_forsberg_86 hotmail.com> writes:
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 too long?
Oct 09 2023
parent reply Dmitry Ponyatov <dponyatov gmail.com> writes:
 How long is too long?
1-2 seconds of the whole compiling vs 6-12 seconds after `Linking D` stage on the helloWorld project
Oct 09 2023
parent Imperatorn <johan_forsberg_86 hotmail.com> writes:
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?
Oct 10 2023