LoginSignup
11
11

More than 5 years have passed since last update.

Go言語では高階関数よりforループを使え(by Rob Pike氏)

Last updated at Posted at 2015-01-24

Rob Pike氏による高階関数ライブラリ

imple apply/filter/reduce package.
https://github.com/robpike/filter

I wanted to see how hard it was to implement this sort of thing in Go, with as nice an API as I could manage. It wasn't hard.

Having written it a couple of years ago, I haven't had occasion to use it once. Instead, I just use "for" loops.

You shouldn't use it either.

11
11
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
11
11