Golang functional

From wikinotes
Revision as of 04:11, 15 December 2022 by Will (talk | contribs) (Created page with "* Go has first class methods * Go does not ship with algebraic data types, and does not implement railroad style pipes You could write it though, checkout https://willpittman.net:8080/index.php?title=Golang_script#How_it_Works")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
  • Go has first class methods
  • Go does not ship with algebraic data types, and does not implement railroad style pipes

You could write it though, checkout https://willpittman.net:8080/index.php?title=Golang_script#How_it_Works