Content
@
0 reply
0 recast
2 reactions
Rafi
@rafi
The more I work with async in JS, Rust, and Python the more I appreciate Go's colorless functions. It's a bit derpy but it works.
2 replies
0 recast
14 reactions
Rafi
@rafi
(Click the image for full version. Cropping is unfortunate here)
0 reply
0 recast
1 reaction
Daniel - Bountycaster
@pirosb3
The one thing that puts me off from using Go is lack of functional programming primitives (map, filter, and reduce) which are available in many other languages. These operations are extremely useful, significantly reduce lines of code, and are easy to understand. On the flip side, what I absolutely love about Go is the single binary output and the fast compilation times
0 reply
0 recast
0 reaction