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 :)
What is GoLang?
a programming language
Why does everyone always say nice things about Go
Because Go is great
because it's awesome
go is great, but i personally find the syntax to be kind of weird here and there
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