Post #3794548
2026-07-13 17:04 UTC
@ripienaar@devco.social @enobacon@urbanists.social I have only used it for iPhone apps.
I was quite pleasantly surprised at it. There are a few places where the strict typing makes your head explode — especially when moving in and out of json — but overall it feels modern, powerful, and flexible. I’d be happy writing general purpose stuff in it. And the static typing is generally a big win.
Replies (1)
-
@ripienaar@devco.social 2026-07-13 17:10
@lkanies@hachyderm.io @enobacon@urbanists.social yeah static types was a mindfuck after years of Perl and Ruby when I first learned Go. Now dynamic typing just seems insane :) Will check it out - I assume you decided that way after looking at the various frameworks they turns web apps into native apps? I have a web app I might go that route with not actually tried it