@peccul is peccu

(love peccu '(emacs lisp cat outdoor bicycle mac linux coffee))

= Haskellの演算子一覧

[2010-10-26 21:44:58]
>>>[haskell]

Haskell演算子一覧表無いか聞かれたから探してみた

Haskell Operators and other Lexical Notation(pdf)

こんなに記号あったら大変よな.

あと,この表には抜けてるけど,$演算子は関数の結合ですので.

f1(f2(f3(arg)))

f1 $ f2 $ f3 $ arg
と書けてしまう'$'演算子

http://blog.livedoor.jp/kikwai/archives/51588251.html

その点Elispならほとんど()であと,'#[]くらいかな.読む分にはほとんど困らんし