addetz / addetz.github.io

GithubPages site
0 stars 0 forks source link

go/higher-order-functions-go/ #7

Open utterances-bot opened 3 years ago

utterances-bot commented 3 years ago

Go functions, closures and handlers | Adelina Simion

While Go is not a functional language, functions are a central part of Go. They can be assigned to variables, passed as parameters and returned from other functions. This is known as support for first class functions and it allows Go programmers to compose higher order functions and closures. Understanding these mechanisms can be a powerful addition to the tool belt of any programmer, so let’s take some time to explore the behaviour of Go functions. Let’s get functional and elegant!

https://adelinasimion.dev/go/higher-order-functions-go/

addetz commented 3 years ago

Say hello 👋 or leave your comments below! Alternatively, leave your thoughts directly on this Github issue - #7