Hacker News new | ask | show | jobs
by leecommamichael 262 days ago
I’ve been writing only Odin for about 6 months now and I love it. The grammar is dead-simple, and I’ve successfully intuited how dozens of features work and compose together. My GUI app goes from compiling to painting a frame in under a second. How cool is that?
1 comments

By "GUI app", do you mean a real GUI app with widgets/controls like labels, text boxes, list boxes, etc, or just a graphics painting app?

Asking because there was a recent Odin thread on HN where someone said that there are currently no bindings to a GUI framework for Odin.