Golang functional

From wikinotes
Revision as of 04:11, 15 December 2022 by Will (talk | contribs)
(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, check out golang script for inspiration.