An open API service indexing awesome lists of open source software.

https://github.com/codecentric/apple-swift-playground


https://github.com/codecentric/apple-swift-playground

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

Apple Swift Language Playground
===============================

This repo provides space for sharing interesting tidbits found while trying out Apple's new Swift programming language.

Examples are grouped by loosely defined categories represented by folders. To try them out, you can just paste the
code into a new Xcode 6 beta Playground.

## Article

A collaborator has written down some of his findings/opinions in a blog article on our corporate blog. Feel free to check it out at https://blog.codecentric.de/en/2014/06/10-early-thoughts-swift-programming-language/ .

## Table of Contents

### Tutorial

This folder contains a small walkthrough through the syntax and features of the language aimed at people who already have development experience in other languages.

### Collection Types

`ArrayCopyingBehavior.swift`
An example of -- for most developers of other languages -- odd array copying behavior.

## License

To the extent possible under law, the author(s) have dedicated all copyright and related and neighboring rights to this software to the public domain worldwide. This software is distributed without any warranty.