Live data from Hacker News

You used to be able to just create a Native GUI App in 10 seconds

twitter.com

1–10 of 34 posts

Re: You used to be able to just create a Native GUI App in 10 seconds

#2
I remember that not having the right VB DLL was a frequent issue when trying to run EXE files produced by people with visual basic. For me, this Windows "nocode" environment was a big gatekeeper which hindered me in learning programming. It may sound a bit sentimental, but I learned C with Linux, because docs where readily available and open. I literally read man pages.

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.

Re: You used to be able to just create a Native GUI App in 10 seconds

#4
I mean...at least for GTK on Linux, you still can? It won't be 10 seconds (probably closer to 30-40 seconds) since you have to go through a couple of prompts to name it, decide a license, etc., but with:

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.

Re: You used to be able to just create a Native GUI App in 10 seconds

#7
post #2

I remember that not having the right VB DLL was a frequent issue when trying to run EXE files produced by people with visual basic. For me, this Windows "nocode" environment was a big gatekeeper which hindered me in learning programming. It may sound a bit sentimental, but I learned C with Linux, because docs where readily available and open. I literally read man pages. Today the tooling is just better. Just think, f…

If you did it in Delphi it will work no matter what.
Post reply on HN