I've recently been doing a lot more development with Golang. As much as I used to dislike statically typed languages, Go has been mostly a delight to use so far, though I've had to learn some concepts that I haven't used in other languages. Those concepts have actually made my life easier. I've been working on a project recently that I'm really invested in so I hope to share some progress soon :)
the JS syntax is hellish
js syntax is… funky lol
i think the only thing i find weird is the way statically typed variables are declared, like var x int
, but other than that go is dreamy