正如大多数人可能都知道的那样,Apple在2015年WWDC上宣布 Swift将成为一种开源语言. 我的问题是:由于语言本身只是一组语法规则,“开源”到底意味着什么呢?是他们的语言(编译器等)的实
我的问题是:由于语言本身只是一组语法规则,“开源”到底意味着什么呢?是他们的语言(编译器等)的实现是开源的吗?如果是这样,当有人能够查看语言规范并构建自己的Swift编译器时,为什么这很重要?
(相反,如果一种语言是专有的,是否意味着不允许第三方为其编写自己的编译器/解释器?)
根据 Swift Blog,它意味着Swift编译器和标准库的代码将是开源的.
- Swift source code will be released under an OSI-approved permissive license.
- Contributions from the community will be accepted — and encouraged.
- At launch we intend to contribute ports for OS X, iOS, and Linux.
- Source code will include the Swift compiler and standard library.