作者:伍贤厚_197 | 来源:互联网 | 2023-08-01 14:10
本文由编程笔记#小编为大家整理,主要介绍了Swift十年相关的知识,希望对你有一定的参考价值。
今天(2020年7月18日
),Swift
编程语言的创造者 Chris Lattner
发布了一条 Twitter
,内容是庆祝 Swift
已刚好经历十年了(注:从2010年7月18日
提交第一条commit
算起)。
主要时间线整理如下:
第一条 Commit
Github
上的第一条 commit
提交记录如下:
主要版本
Swift
从诞生至今,经历过的主要版本以及时间点整理如下:
Version |
Announced |
Released |
Swift 5.3 |
2020-03-25 |
待定 |
Swift 5.2 |
2019-09-24 |
2020-03-24 |
Swift 5.1 |
2019-02-18 |
2019-09-20 |
Swift 5.0 |
2018-09-25 |
2019-03-25 |
Swift 4.2 |
2018-02-28 |
2018-09-17 |
Swift 4.1 |
2017-10-17 |
2018-03-29 |
Swift 4.0 |
2017-02-16 |
2017-09-19 |
Swift 3.1 |
2016-12-09 |
2017-03-27 |
Swift 3.0 |
2016-05-06 |
2016-09-13 |
Swift 2.2 |
2016-01-05 |
2016-03-21 |
官方支持平台
Architecture |
Master |
macOS |
x86_64 |
Ubuntu 16.04 |
x86_64 |
Ubuntu 18.04 |
x86_64 |
Ubuntu 20.04 |
x86_64 |
CentOS 8 |
x86_64 |
Amazon Linux 2 |
x86_64 |
(注:后续也将支持 Windows
平台。)
官方博客
https://swift.org/blog/
官方论坛
https://forums.swift.org/
总结
祝愿 Swift
生态越来越好,就像官方宣称的那样,Swift
是一门 general-purpose
语言,不仅仅用于移动端、桌面端,也同样适用于服务端等其它领域。
Swift is a general-purpose programming language built using a modern approach to safety, performance, and software design patterns.
The goal of the Swift project is to create the best available language for uses ranging from systems programming, to mobile and desktop apps, scaling up to cloud services.