unixpickle / learn-swift

Learning modern Swift without a Mac or iPhone

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

learn-swift

Learning Swift (on Linux) for fun.

Contents

  • is_nil - experimenting with type conversions, generics, and optionals.
  • urlsession - make a web request with URLSession, and wrap its callback-based API to be async.
  • wc - using Foundation for File I/O, with some helper types and guard statement.
  • todo_list - a small todo list web application
  • recipe_view - a small GUI app that makes HTTP calls and parses the result

About

Learning modern Swift without a Mac or iPhone


Languages

Language:Swift 100.0%