1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

カリー化とは

Last updated at Posted at 2012-03-16

引数が複数ある関数の一つを固定化して、引数が減った状態の関数にするのが、カリー化。何がうれしいか。引数を隠蔽できることがうれしい。同じ引数を毎度毎度入力するのはだるいから、固定化できる部分はカリー化で固定して、変動する部分は引数を入れて使うということなのかな。眠たいからサンプルコードは書かない。関数型言語はかっこいい。

1
1
1

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
1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?