Lies we tell ourselves to keep using Golang
64 bookmarks. First posted by whyitsjeff april 2022.
A review of golang by FasterThanLime which complains about a lot.
by:fasterthanlime
programming
languagedesign
golang
via:HackerNews
12 hours ago by mcherm
After spending years doing those FFI dances in both directions, I've reached the conclusion that the only good boundary with Go is a network boundary.
golang
programming
october 2023 by sh
Here's a list of lies we tell ourselves to keep using Golang:
golang
programming
rust
rant
february 2023 by ssorc
https://old.reddit.com/r/programming/comments/zyzgtp/lies_we_tell_ourselves_to_keep_using_golang/
https://old.reddit.com/r/programming/comments/uenpw2/lies_we_tell_ourselves_to_keep_using_golang/
https://old.reddit.com/r/coding/comments/uex799/lies_we_tell_ourselves_to_keep_using_golang/
https://old.reddit.com/r/golang/comments/uf3ntj/lies_we_tell_ourselves_to_keep_using_golang/
https://old.reddit.com/r/fasterthanlime/comments/uemda7/lies_we_tell_ourselves_to_keep_using_golang/
golang
programming
rust
architecture
philosophy
interesting
https://old.reddit.com/r/programming/comments/uenpw2/lies_we_tell_ourselves_to_keep_using_golang/
https://old.reddit.com/r/coding/comments/uex799/lies_we_tell_ourselves_to_keep_using_golang/
https://old.reddit.com/r/golang/comments/uf3ntj/lies_we_tell_ourselves_to_keep_using_golang/
https://old.reddit.com/r/fasterthanlime/comments/uemda7/lies_we_tell_ourselves_to_keep_using_golang/
january 2023 by tdjones
while a typical rant, these points stick out:
"Go is a pretty good async runtime, with opinionated defaults, a state-of-the-art garbage collector with two knobs, and tooling that would make C developers jealous, if they bothered looking outside their bubble."
"Making Go play nice with another language (any other language) is really hard. [...] After spending years doing those FFI dances in both directions, I've reached the conclusion that the only good boundary with Go is a network boundary. "
golang
2022
programming
"Go is a pretty good async runtime, with opinionated defaults, a state-of-the-art garbage collector with two knobs, and tooling that would make C developers jealous, if they bothered looking outside their bubble."
"Making Go play nice with another language (any other language) is really hard. [...] After spending years doing those FFI dances in both directions, I've reached the conclusion that the only good boundary with Go is a network boundary. "
december 2022 by mechazoidal
"Zero values have meaning" is naive, and clearly untrue when you consider the inputs of, like... almost everything. There's so many situations when values need to be "one of these known options, and nothing else", and that's where sum types come in (in Rust, that's enums).
engineering
go
july 2022 by jayfree
In the two years since I've posted I want off Mr Golang's Wild
Ride , it's made the rounds time and
time again, on Reddit, on Lobste.rs, on HackerNews, and elsewhere. And every...
golang
programming-language
Ride , it's made the rounds time and
time again, on Reddit, on Lobste.rs, on HackerNews, and elsewhere. And every...
may 2022 by basus
love this title... it reinforces everything i already assume about the Go community...
from twitter_favs
may 2022 by bf4
In the two years since I've posted I want off Mr Golang's Wild
Ride , it's made the rounds time and
time again, on Reddit, on Lobste.rs, on HackerNews, and elsewhere. And every...
go
programming
rust
Ride , it's made the rounds time and
time again, on Reddit, on Lobste.rs, on HackerNews, and elsewhere. And every...
may 2022 by kc5tja
RT @fasterthanlime: Lies we tell ourselves to keep using Golang
from twitter_favs
may 2022 by etorreborre
In the two years since I've posted I want off Mr Golang's Wild
Ride , it's made the rounds time and
time again, on Reddit, on Lobste.rs, on HackerNews, and elsewhere. And every...
golang
criticism
programming
Ride , it's made the rounds time and
time again, on Reddit, on Lobste.rs, on HackerNews, and elsewhere. And every...
may 2022 by gilberto5757
In fact, as developers get more and more senior, they tend to ignore more and more problems, because they've gotten so used to it. That's the way it's always been done, and they've learned to live with them, so they've stopped questioning it any more.
Junior developers however, get to look at everything again with a fresh pair of eyes: they haven't learned to ignore all the quirks yet, so it feels uncomfortable to them, and they tend to question it (if they're made to feel safe enough to voice their concerns).
may 2022
by philibertperusse
Junior developers however, get to look at everything again with a fresh pair of eyes: they haven't learned to ignore all the quirks yet, so it feels uncomfortable to them, and they tend to question it (if they're made to feel safe enough to voice their concerns).
Lies we tell ourselves to keep using Golang via Instapaper https://ift.tt/eUOG8k4
Instapaper
may 2022 by davidpdrsn
In the two years since I've posted I want off Mr Golang's Wild
Ride , it's made the rounds time and
time again, on Reddit, on Lobste.rs, on HackerNews, and elsewhere. And every...
april 2022 by rona25
https://www.reddit.com/r/hackernews/duplicates/uep4in/lies_we_tell_ourselves_to_keep_using_golang ;
https://redd.it/zyzgtp ;
https://twitter.com/fasterthanlime/status/1520037787763884038 ;
https://news.ycombinator.com/item?id=42243500 ;;;
https://lobste.rs/s/c0nkyb ;;;
https://redd.it/ugipsn ; https://news.ycombinator.com/item?id=31230457 I won free load testing ;;;
golang
https://redd.it/zyzgtp ;
https://twitter.com/fasterthanlime/status/1520037787763884038 ;
https://news.ycombinator.com/item?id=42243500 ;;;
https://lobste.rs/s/c0nkyb ;;;
https://redd.it/ugipsn ; https://news.ycombinator.com/item?id=31230457 I won free load testing ;;;
april 2022 by FTS
RT @nuttycom: @deech None of what describes (which matches my experience) really sounds much like compiler speed to me.
It sounds like years of life lost to preventable errors.
from twitter
It sounds like years of life lost to preventable errors.
april 2022 by dnene
In the two years since I've posted I want off Mr Golang's WildRide , it's made the rounds time andtime again, on Reddit, on Lobste.rs, on HackerNews, and…
from instapaper
april 2022 by tonyandrewmeyer
“I remember fondly the time an audience member asked the Go team ‘why did you choose to ignore any research about type systems since the 1970s?’”
from twitter
april 2022 by stilkov
In the two years since I've posted I want off Mr Golang's Wild
Ride , it's made the rounds time and
time again, on Reddit, on Lobste.rs, on HackerNews, and elsewhere. And every...
golang
rust
programming
rant
Ride , it's made the rounds time and
time again, on Reddit, on Lobste.rs, on HackerNews, and elsewhere. And every...
april 2022 by roguelazer
via @mycoliza rt of https://twitter.com/fasterthanlime/status/1520062537366220800
golang
programming
april 2022 by natevw
In the two years since I've posted I want off Mr Golang's Wild
Ride , it's made the rounds time and
time again, on Reddit, on Lobste.rs, on HackerNews, and elsewhere. And every...
april 2022 by cothrun
In the two years since I've posted I want off Mr Golang's Wild Ride, it's made the rounds time and time again, on Reddit, on Lobste.rs, on HackerNews, and elsewhere. via Pocket
IFTTT
Pocket
april 2022 by mht
In the two years since I've posted I want off Mr Golang's WildRide , it's made the rounds time andtime again, on Reddit, on Lobste.rs, on HackerNews, and…
from instapaper
april 2022 by badboy
tags
!to-read 2022 architecture article by:fasterthanlime comparative-literature critic criticism criticisms critique dislike engineering go golang ifttt important instapaper interesting lang languagedesign languages notrant opinion philosophy plt pocket programming-language programming-languages programming programminglanguage rant rust unread via:hackernews