タグ

2016年6月7日のブックマーク (2件)

  • Why The Free Monad isn't Free

    This document discusses monads and continuations in functional programming. It provides examples of using monads like Option and List to handle failure in sequences of operations. It also discusses delimited continuations as a low-level control flow primitive that can implement exceptions, concurrency, and suspensions. The document proposes using monads to pass implicit state through programs by w

    Why The Free Monad isn't Free
    no8410
    no8410 2016/06/07
  • CSS3 Flexbox UIパターン集「Flexbox Patterns」

    CSS3で利用できるようになったFlexbox。WEBアプリやレスポンシブを想定して開発されたものですが、まだまだ現場ではそれほど普及していないのが現状です。今日紹介するのはそんなFlexboxを理解・利用するための様々なUIを簡単に利用できるCSSのFlexbox UIパターン集「Flexbox Patterns」です。 「Flexbox Patterns」は利用しやすくなるようにそれぞれのユーザーインターフェイス毎に、簡単な解説と、CSSHTMLがセットでコピーできるようになっており、コピー&ペーストで利用できるようになっています。 詳しくは以下 上記のようにCSSHTMLがコピーできる形でまとめられているため、技術者でなくてもパーツだけなら簡単に組み込むことが可能です。 現在は実用的なものから、なかなかニッチなものまで全部で10のユーザーインターフェイスが登録されています。シンプ

    CSS3 Flexbox UIパターン集「Flexbox Patterns」