タグ

2006年8月5日のブックマーク (3件)

  • 生産的になろう (Aaron Swartz のブログから)

    Aaron Swartz さんのエッセイ、“HOWTO: Be more productive” の日語訳です。Aaron くんは、ティーンエージャーにして W3C のコア・ワーキング・グループのメンバーで、RSS 1.0 仕様書の共同執筆者のひとりとしても知られる、才気煥発のスーパーハッカーさんです。どうしたらより生産的な人生を送れるのかについて考察したこのエッセイは、2005年の末に彼のブログに掲載されたもので、多くの注目を集めました。プログラミングに限らず、クリエイティブな仕事をこころざすすべての人にとって有用と思い(日語訳もまだ出てないみたいなので)、翻訳してみることにしました。「この翻訳について」で案内しているフォームから、ご意見・ご感想などもお寄せください。 「君がテレビを見てた時間をぜんぶ合わせれば、」そいつは言った「いまごろ長編小説の一も書けてたはずだ」。これにはたし

  • GHC - HaskellWiki

    The Glasgow Haskell Compiler is a state-of-the-art, open source compiler and interactive environment for the functional language Haskell. The GHC Home Page Documentation The documentation below relates to using GHC. For documentation about GHC's internals and building GHC, head over to the GHC Developer Wiki. These documents relate to the latest released version of GHC. For earlier released versio

  • Hoogle

    Welcome to Hoogle Links Haskell.org Hackage GHC Manual Libraries Hoogle is a Haskell API search engine, which allows you to search the Haskell libraries on Stackage by either function name, or by approximate type signature. Example searches: map (a -> b) -> [a] -> [b] Ord a => [a] -> [a] Data.Set.insert +bytestring concat Enter your own search at the top of the page. The Hoogle manual contains mor