Swift 2和Linux / OS X的区别

前端之家收集整理的这篇文章主要介绍了Swift 2和Linux / OS X的区别前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
我正在尝试将一些基本的应用程序从OS X移植到 Linux,但似乎 Linux平台上缺少基本的东西.有些文件缺少什么?
这是一个例子:
exmcast.swift:7:20: error: value of type 'String' has no member 'stringByReplacingOccurrencesOfString'
let name: String = address.stringByReplacingOccurrencesOfString(".",withString: "_")

这个简单的代码适用于OS X.在Linux上 – 你会看到结果.
当没有基本信息丢失时,很难移植任何东西.
它看起来甚至缺少基本的东西..

Swift 3将于2016年秋季发布.

最近开源的Swift和Linux端口是work in progress

The port is still a work in progress but we’re happy to say that it is usable today for experimentation.

你可以去Swift.orggithub.com/apple,享受梦幻般的工作.

当您发现尚未实现的内容时,您可以提交错误和/或帮助实现该功能.

open source Swift的新版本将定期发布在Swift.org上.

猜你在找的Swift相关文章