Swift

来自开放百科 - 灰狐
(版本间的差异)
跳转到: 导航, 搜索
(链接)
(链接)
第38行: 第38行:
 
*[https://github.com/practicalswift/swift-compiler-crashes A collection of test cases crashing the Swift compiler.]
 
*[https://github.com/practicalswift/swift-compiler-crashes A collection of test cases crashing the Swift compiler.]
 
*[http://www.infoq.com/cn/news/2016/04/Google-Uber-Swift-Android Google 或许会将 Swift 编程语言纳入 Android 平台]
 
*[http://www.infoq.com/cn/news/2016/04/Google-Uber-Swift-Android Google 或许会将 Swift 编程语言纳入 Android 平台]
*[http://www.sunsetlakesoftware.com/ Sunset Lake Software]
+
*[http://www.sunsetlakesoftware.com/ Sunset Lake Software] [https://github.com/BradLarson Brad Larson]
  
 
[[category:iOS]]
 
[[category:iOS]]

2016年5月21日 (六) 05:46的版本

Wikipedia-35x35.png 您可以在Wikipedia上了解到此条目的英文信息 Swift Thanks, Wikipedia.

Swift 编程语言是苹果新推出的开发语言,Swift是供iOS和OS X应用编程的新编程语言,基于C和Objective-C,而却没有C的一些兼容约束。Swift采用了安全的编程模式和添加现代的功能来是的编程更加简单、灵活和有趣。界面则基于广受人民群众爱戴的Cocoa和Cocoa Touch框架,展示了软件开发的新方向。

目录

项目

使用 swift 开发的开源项目:

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在线文档

链接

分享您的观点
个人工具
名字空间

变换
操作
导航
工具箱