Giter VIP home page Giter VIP logo

learn-swift's Introduction

概要

このドキュメントは以下のことを目的としています.

  1. Swift の基本的な考え方について学ぶ
  2. 今は英語のドキュメントに抵抗があるが Apple のドキュメント程度なら読めるようになりたい
  3. メソッドの定義を読めるようになる
    • 例えば func flatMap<SegmentOfResult>(_ transform: (Self.Element) throws -> SegmentOfResult) rethrows -> [SegmentOfResult.Element] where SegmentOfResult : Sequence のようなもの

本文中には Apple のドキュメントや関数の定義が読めるようになるために Apple のドキュメントのページを度々参照して説明する形式にしています.

Apple のドキュメントなどを読むためにはある程度の英語/数学の知識が必要ですので適宜必要な情報については解説を入れていきます.

いくつか課題が用意してあるので、このリポジトリを fork して Homework.playground に書いて PR を出してみましょう.

想定している読み進め方

  1. Foundation の 01 から順に読み進める
  2. Rx の 01 から順に読み進める

※ 課題を見て答えが簡単に想像できるようであればそのドキュメントは読み進めて頂いても大丈夫です.

プロジェクトのセットアップ

  1. fork & clone
  2. carthage bootstrap
  3. open Learn-Swift.xcworkspace
  4. Build

Welcome

  • よりわかりやすい説明方法
  • 新しい記事
  • わかりにくいところへの指摘

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.