https://github.com/codecentric/apple-swift-playground
https://github.com/codecentric/apple-swift-playground
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/codecentric/apple-swift-playground
- Owner: codecentric
- Created: 2014-06-03T15:14:20.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-06-05T21:19:12.000Z (over 11 years ago)
- Last Synced: 2025-04-19T22:45:43.364Z (9 months ago)
- Language: Swift
- Size: 176 KB
- Stars: 15
- Watchers: 165
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.