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 edit summary
Line 2: Line 2:
* Go does not ship with algebraic data types, and does not implement railroad style pipes
* 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
You could write it though, check out [[golang script]]

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, check out golang script