TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Hello, World in GTK with Vala

19 pointsby chauhankiranover 3 years ago

4 comments

hactuallyover 3 years ago
Love Gnome, love Gtk... But damn do I hate Vala. Esp that it compiles to C and you get to debug both<p>I wish that JS&#x2F;Go&#x2F;C were where they ended up as the languages for the platform.
评论 #30321570 未加载
dylan-mover 3 years ago
I like that this goes straight into more advanced topics after doing the basic “Hello world” thing. One suggestion: once you ended up with three copies of that label I was thinking that’s a good opportunity to do some property binding, which is an extremely useful feature.
sp1ritover 3 years ago
&gt; For the purpose of the demonstration, we&#x27;re going to use Gtk.Grid to create a grid container widget.<p>why exactly? a GtkBox is would do just fine, looks better and it&#x27;s easier to handle programmatically than the grid.
评论 #30323787 未加载
GrumpyNlover 3 years ago
Thats a lot of code to write &quot;Hello world&quot;.
评论 #30321429 未加载