DEV Community

Discussion on: Should I learn Go?

Collapse
 
idoshamun profile image
Ido Shamun

The only problem is that I love functional 😂

Collapse
 
theodesp profile image
Theofanis Despoudis • Edited

Well If you can be contented with closures but no lambdas , explicit type specification in functions, no sum types etc. you will be fine!

Collapse
 
rhymes profile image
rhymes • Edited

You can do a bit of functional programming in Go: medium.com/@geisonfgfg/functional-...