3. The RedMonk Programming Language Rankings: January 2016
http://redmonk.com/sogrady/2016/02/19/language-rankings-1-16/
7. component / duct とは
component を使わない場合
• Web アプリのような多数の状態を持つアプリケーションを atom / ref で
構築すると...
• 状態が散らばりどこを参照しているのか分からなくなる
• 状態間の依存関係によりリセットが上手くいないことも
atom atom
atom
atom
atom
ref
ref
ref
ref 参照
依存