top | item 42972315

(no title)

13 points| vikeri | 1 year ago

discuss

order

resolutefunctor|1 year ago

"Technical Deep Dive" followed by basic talking points of Go. Whole thing is probably AI generated lol

never_inline|1 year ago

Sadly these days when I see .dev domain I will think some SaaS company spam, that's the first thing that comes to my mind.

rob74|1 year ago

Yup, this looks like a mashup of all the "rewriting $PROJECT from $OTHER_LANGUAGE to Go" I've read along the years, so I wouldn't be surprised at all if it were AI-generated...

Scubabear68|1 year ago

42k lines of code is not "massive" except for maybe a 1 man personal project.

dtquad|1 year ago

One undervalued aspect of Go is that it is the simplest concurrent language that can be thrown at Python, JavaScript/TypeScript, and Ruby devs when they hit a wall caused by their primary language's lack of good concurrency.

dominis|1 year ago

This is not "Technical deep dive"

bananapub|1 year ago

so, SEO spam by a company that seems to resell LLM api use?

FrustratedMonky|1 year ago

Really, a question, on experiences.

They got performance gains.

But would GO be as useful for the quick ad-hoc programming that python seems to be great at?

or, Could GO also be a replacement for quick ad-hoc programs.

Since ad-hoc always grows into something un-supportable. If GO is option, then maybe start with it first?