radi8 β€” 9/19/2024, 1:05:34 PM

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 :)

β™₯ 14 ↩ 0 πŸ’¬ 8 comments

comments

owl:

What is GoLang?

9/19/2024, 10:44:02 PM
radi8:

a programming language

9/20/2024, 12:26:19 AM
cheesewhisk3rs:

Why does everyone always say nice things about Go

9/19/2024, 1:49:25 PM
mybearworld:

Because Go is great

9/19/2024, 5:36:49 PM
radi8:

because it's awesome

9/20/2024, 12:26:10 AM
flux:

go is great, but i personally find the syntax to be kind of weird here and there

9/20/2024, 5:07:33 PM
radi8:

the JS syntax is hellish

9/20/2024, 5:28:05 PM
flux:

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 🀀

9/20/2024, 5:29:21 PM