タグ

2015年1月29日のブックマーク (3件)

  • Haskell in the Large

    0Haskell in the Large Haskell in the Large Don Stewart Google Tech Talk / 2015-01-27 1Haskell in the Large Themes and Context Haskell in the Large 2Haskell in the Large Themes • How language tools can help you make better software • Type systems for:  Maintainable software  Composable/modular /reusable software  And, ultimately, cheaper software. • Structures and approaches that are useful in

    ruicc
    ruicc 2015/01/29
    Haskell in the Large. リンク切れ. 大規模Haskell(over 2M lines)による知見。任意のクロージャがseiralizableなの良いな。
  • cabal sandbox + LTS Haskell - Qiita

    (2015-08-27 追記) この記事は無視して stack コマンドを使いましょう Haskellでプログラムを楽しむときに外部のライブラリを利用したくなることがある。cabal install コマンドを使えば ~/.cabal/ 以下に外部ライブラリをインストールして利用することができる。 外部ライブラリは他ライブラリの特定のバージョンに依存していることが多い。依存関係が衝突した場合、ライブラリ群を同時にインストールできないことがある。たとえばライブラリAがライブラリXのバージョン1に、ライブラリBがライブラリXのバージョン2に依存する場合には、AとBを同時に ~/.cabal/ にインストールすることはできない。 ひとつのプロジェクトから A と B に依存することはないが、ひとつのプロジェクトでは A に依存し、もうひとつのプロジェクトで B に依存したいことはあるので困る。こ

    cabal sandbox + LTS Haskell - Qiita
    ruicc
    ruicc 2015/01/29
    現在はサポート期間3ヶ月だと
  • Haskell at Work - Passing Curiosity

    I've recently (in blog years) started a new job at a company which uses Haskell quite extensively. Here are some things we do with it. Posted by Thomas Sutton on January 28, 2015 I recently (nearly 7 months ago) started work at Anchor Hosting as a software developer in the engineering department. Anchor is a hosting company, and its engineering group works on a variety of different things like tim

    ruicc
    ruicc 2015/01/29
    便利そうなものが幾つか公開されてる