Y
Hacker News
new
|
ask
|
show
|
jobs
by
thyristan
243 days ago
There are no languages with good GUI frameworks except C, C++ and C#. All other bindings typically suck ass.
1 comments
MangoToupe
243 days ago
And presumably C# is just binding to some native toolkit
link
PaulDavisThe1st
243 days ago
There is no native toolkit on Linux, at least not in the sense that there is on macOS or windows.
link
MangoToupe
239 days ago
Yea but linux doesn't have a toolkit at all, in that sense, and suffers deeply for it. Imho
link
nobleach
243 days ago
If I had to simply bind to a native toolkit, I think Lazrus can do that. Having loved Delphi back in the day, I think I'd prefer to write ObjectPascal for anything more than a very simple utility. C# would likely be my second choice.
link
0x457
243 days ago
Yes, but C# is very nice as a language for GUI, can't explain it, just feels right.
link
MangoToupe
239 days ago
Unfortunately, that's a mostly-windows thing. I can't say i've ever used such an experience myself.
link