是否可以使用 Foundation Framework 和目标 linux 构建 Swift 代码?
Is it possible to build Swift code using the Foundation Framework and target linux?
我知道它会在今年年底作为开源发布,但是我想知道,如果我创建一个使用 Foundation 框架的框架,是否仍然可以为 Linux?
在公告中说他们将发布 Swift 和 linux 的编译器。开源版本的构建是否仅限于标准 Swift 库?
我真的很想在 Swift 到 运行 在 Linux 中创建一个 Web 服务,但我需要 Foundation Framework(我不需要它是开源的...只是 link 它到我的代码)。
谢谢!
考虑到 Apple 也决定将 Foundation 框架作为开源发布,以后应该可以实现。
"The Foundation Project, providing core utilities, internationalization, and OS independence http://swift.org"
"This project provides an implementation of the Foundation API for platforms where there is no Objective-C runtime."
我知道它会在今年年底作为开源发布,但是我想知道,如果我创建一个使用 Foundation 框架的框架,是否仍然可以为 Linux?
在公告中说他们将发布 Swift 和 linux 的编译器。开源版本的构建是否仅限于标准 Swift 库?
我真的很想在 Swift 到 运行 在 Linux 中创建一个 Web 服务,但我需要 Foundation Framework(我不需要它是开源的...只是 link 它到我的代码)。
谢谢!
考虑到 Apple 也决定将 Foundation 框架作为开源发布,以后应该可以实现。
"The Foundation Project, providing core utilities, internationalization, and OS independence http://swift.org"
"This project provides an implementation of the Foundation API for platforms where there is no Objective-C runtime."