LoginSignup
5
5

More than 5 years have passed since last update.

LiveScriptでポイントフリースタイル

Last updated at Posted at 2016-09-28

まず最初に、ポイントフリースタイルは適度に!

AltJSの一つであるLiveScriptで、Haskellerはみんな大好きポイントフリースタイルをやってみようという試みです。

LiveScriptでポイントフリースタイル

カリー化、関数合成の説明忘れてた…

2016/09/29 08:55 追記

# 20代の人にhello 30代の人にbyeさせる
people
|> map (
  ($$ [id, (.age) >> by_10 >> ({20: hello, 30: bye}.)])
  >> apply (|>)
)

こっちの方が良いですね

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