Golang functional: Difference between revisions

From wikinotes
No edit summary
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, check out [[golang script]]
You could write it though, check out [[golang script]] for inspiration.

Latest 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 for inspiration.