タグ

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

  • The Death of Cocoa

    Written by Mattt December 29th, 2014 This article has been translated into: 中文 Cocoa is the de facto standard library of Objective-C, containing many of the essential frameworks for working in the language, such as Foundation, AppKit, and Core Data. Cocoa Touch is basically just Cocoa with UIKit substituted for AppKit, and is often used interchangeably with Cocoa to refer to the system frameworks

    The Death of Cocoa
  • [フロントエンド] The Extensible Webという考え方 - YoheiM .NET

    こんにちは、@yoheiMuneです。 みなさま、The Extensible Webという考え方をご存知でしょうか?昨年末にJxckさんのブログでも紹介がありましたが、この考え方いいなぁと思ったのでブログで紹介させていただきたいと思います。 Special Thanks to https://flic.kr/p/9yC634 目次 The Extensible Webとは The Extensible Web Manifestoで表明されているWeb標準化のやり方に関する提言です。一言で言えば「低レベルなAPIを定義しようよ」ということです。なぜこのような考え方が出てきたのでしょうか。 The Extensible Webが生まれた理由 この考え方が生まれた理由は上記のサイトにも記載されていますが、次の通りです。 (個人的な解釈を含みます) 近年の仕様策定では、数ヶ月や数年の月日を要して

    [フロントエンド] The Extensible Webという考え方 - YoheiM .NET
  • What is Gradual Typing: 漸進的型付けとは何か - Qiita

    稿は Python に型アノテーションを追加するという PEP 483 - The Theory of Type Hinting の提案で参照されている Jeremy Siek (@jeremysiek) 氏と Walid Taha 氏が開発した漸進的型付けについての入門記事の翻訳です。 What is Gradual Typing Python 3.5 で導入された型アノテーションについて興味がある方は以下を参考にしてください。 Python と型ヒント (Type Hints) と #pyconjp [翻訳] PEP 0484 -- 型ヒント (Type Hints) Revenge of the Types: 型の復讐 私自身、型システムに明るくないため、一部未訳の部分があったり、勘違いや誤訳もあると思います。そういった誤りを見つけたら編集リクエストを送ってもらえると助かります。

    What is Gradual Typing: 漸進的型付けとは何か - Qiita