-
12 votes
-
Statically recompiling NES games into native executables with LLVM and Go
6 votes -
A look inside the first HBCU police academy
4 votes -
'Unprecedented' water restrictions ordered for millions in Southern California
17 votes -
Understanding DNS resolvers by writing a simple one in Go
7 votes -
John Carmack: An unlocked OS for Oculus Go will be provided
15 votes -
Go proposal: expression to create pointer to simple types
4 votes -
Native Mac APIs for Go
6 votes -
Impact of Go AI on the professional Go world
11 votes -
Hawaii grapples with Great Depression-level unemployment as tourism plummets
21 votes -
Oculus Go will no longer be sold, software maintained until 2022
8 votes -
WarnerMedia says goodbye to HBO Go amid streaming rebrand
5 votes -
Featherweight Go
3 votes -
As virus cases surge, Brazil starts to worry its neighbors
8 votes -
US Food and Drug Administration worried about blood shortage as donation drives are canceled amid coronavirus concerns
8 votes -
Why Discord is switching from Go to Rust
17 votes -
An update on bradfitz: Leaving Google
7 votes -
(ESR) Notes on the Go translation of Reposurgeon
8 votes -
Go 1.14 Beta 1 is released
4 votes -
The Principles of Versioning in Go
7 votes -
Go grandmaster Lee Se-Dol retires saying artificial intelligence cannot be defeated
22 votes -
Go Turns 10
6 votes -
Faster ZIP decompression
8 votes -
Working with Errors in Go 1.13
7 votes -
Go Proposal Process: Representation
4 votes -
Introducing Ristretto: A high performance, concurrent, memory-bound Go cache
3 votes -
TinyGo - A Go Compiler For Small Places
9 votes -
Go 1.13 Is Released
6 votes -
Days after El Paso and Dayton mass shootings, Amnesty International issues travel warning to US
8 votes -
Man arrested in murder of American biologist in Greece as grisly new details emerge
7 votes -
Next steps toward Go 2
6 votes -
Go is Google's language, not ours
15 votes -
Rust is not a good C replacement
27 votes -
Better x86 Assembly Generation with Go
4 votes -
Go 1.12 is released
11 votes -
The past, present, and future of Pokémon Go, according to Niantic
8 votes -
Niantic is tweaking Pokémon Go to settle a US lawsuit with angry homeowners
12 votes -
The Age of Surveillance Capitalism by Shoshana Zuboff review – we are the pawns
7 votes -
Ian Lance Taylor: “Go intentionally has a weak type system, (…)”
Recently, Ian Lance Taylor, one of the most productive contributors to Go and, IIRC, the original author of gccgo, has written a very interesting comment on his view of the language: (…) Go...
Recently, Ian Lance Taylor, one of the most productive contributors to Go and, IIRC, the original author of gccgo, has written a very interesting comment on his view of the language:
(…) Go intentionally has a weak type system, and there are many restrictions that can be expressed in other languages but cannot be expressed in Go. Go in general encourages programming by writing code rather than programming by writing types. (…)
I found this distinction, writing code vs. writing types, very insightful. In my experience, in a language like Rust or (modern fancy) C++ the programmer is constantly forced to think about types, while when I program in Go or C, I almost never think about them. Types are, in fact, almost always obvious. It is also interesting that languages like Haskell and Idris explicitly expect the programmer to program with types.
What do you think?
9 votes -
The island nation of Tonga is facing a near-total internet blackout. The country’s only undersea cable was damaged during a storm.
12 votes -
Staticcheck 2019.1 released: a static analysis tool for Go programs
4 votes -
Go 2 Draft Designs
14 votes -
Go 1.11 released
8 votes -
Michael MacInnis: Oh a new Unix shell - BSDCan 2018
6 votes -
Tweeting for 10,000 Years: An Experiment in Autonomous Software
6 votes -
A talk about the Golang garbage collector from the International Symposium on Memory Management
4 votes -
Microsoft announces Surface Go
17 votes -
Pokémon Go adds friends and trading options
8 votes -
Notes on structured concurrency, or: Go statement considered harmful
11 votes -
So who's using Rust, Go, Dart, D, or other less used or esoteric languages?
And what are you doing with them, I want ti know and I think others do to.
20 votes