Golang functional: Difference between revisions

From wikinotes
(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")
(No difference)

Revision as of 04:11, 15 December 2022

  • 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