Is that from OP or HN?
https://apps.gnome.org/Builder/
You can do the same thing. In fact, this was the exact method I used to make a few GTK apps.
My point is this is still clearly possible for native GUI apps.
The only difference is that a lot of apps prioritize cross platform UIs over good, fast native UIs.
WinForms and WPF are still well supported.
And I'll take needing an internet connection over having to install Visual Basic from a stack of CDs.
<button onclick="alert('Hello')">Command1</button>Not native GUI, but as fast and useful as one.
It's more limited nowadays, but you can still do a lot.
I was able to load up a VB6 project I worked on in high school and it compiled and ran with no changes. Pretty neat.
ktpsns•1mo ago
Today the tooling is just better. Just think, for instance, of the go and rust tool chains which easily produce ready to ship EXE files. Classical toolkits such as Qt still are around.
kwanbix•1mo ago
gaigalas•1mo ago
It was very common for Delphi programs to use stuff that required external DLLs.
kwanbix•1mo ago
gaigalas•1mo ago
I think one dude spread the myth of no DLLs in the Twitter thread, lots of people repeated it, and since Delphi 6/7 is not around anymore and it's hard to check, they got away with a slight historical innacuracy.
hippo22•1mo ago