欢迎大家赞助一杯啤酒🍺 我们准备了下酒菜:Formal mathematics/Isabelle/ML, Formal verification/Coq/ACL2, C++/F#/Lisp
Swift
来自开放百科 - 灰狐
(版本间的差异)
小 (→项目) |
小 (→链接) |
||
第32行: | 第32行: | ||
*[http://book.huihoo.com/gitbook/the-swift-programming-language-zh-cn 《The Swift Programming Language》中文版] | *[http://book.huihoo.com/gitbook/the-swift-programming-language-zh-cn 《The Swift Programming Language》中文版] | ||
*[https://github.com/huihoo/the-swift-programming-language 《The Swift Programming Language》中文计划] 已暂停。 | *[https://github.com/huihoo/the-swift-programming-language 《The Swift Programming Language》中文计划] 已暂停。 | ||
+ | *[www.csdn.net/article/2014-07-08/2820568 从Objective-C到Swift] | ||
*[http://gashero.iteye.com/blog/2075324 Apple Swift编程语言入门教程] | *[http://gashero.iteye.com/blog/2075324 Apple Swift编程语言入门教程] | ||
*[https://medium.com/@harrycheung/cross-platform-mobile-performance-testing-d0454f5cd4e9 Mobile App Performance:J2ObjC vs Xamarin vs RoboVM vs RubyMotion] | *[https://medium.com/@harrycheung/cross-platform-mobile-performance-testing-d0454f5cd4e9 Mobile App Performance:J2ObjC vs Xamarin vs RoboVM vs RubyMotion] |
2016年5月21日 (六) 01:55的版本
您可以在Wikipedia上了解到此条目的英文信息 Swift Thanks, Wikipedia. |
Swift 编程语言是苹果新推出的开发语言,Swift是供iOS和OS X应用编程的新编程语言,基于C和Objective-C,而却没有C的一些兼容约束。Swift采用了安全的编程模式和添加现代的功能来是的编程更加简单、灵活和有趣。界面则基于广受人民群众爱戴的Cocoa和Cocoa Touch框架,展示了软件开发的新方向。
目录 |
项目
使用 swift 开发的开源项目:
- Firefox for iOS
- Chatto A lightweight framework to build chat applications, made in Swift
- Swift AI
REPL
$ swift 1> let name = "swift" name: String = "swift" 2> print("Hello, \(name)") Hello, swift
文档
pip install -U Sphinx git clone https://github.com/apple/swift.git cd swift/docs make
链接
- Swift官网
- Awesome Swift
- Swift @ GitHub
- Swift @ Apple
- Swift官网博客
- 《The Swift Programming Language》在线图书
- 《The Swift Programming Language》中文版
- 《The Swift Programming Language》中文计划 已暂停。
- [www.csdn.net/article/2014-07-08/2820568 从Objective-C到Swift]
- Apple Swift编程语言入门教程
- Mobile App Performance:J2ObjC vs Xamarin vs RoboVM vs RubyMotion
- A collection of test cases crashing the Swift compiler.
- Google 或许会将 Swift 编程语言纳入 Android 平台
分享您的观点