Y
Hacker News
new
|
ask
|
show
|
jobs
by
timsneath
442 days ago
Very feasible. From embedded (
https://www.swift.org/blog/embedded-swift-examples/
) to Linux apps (
https://www.swift.org/blog/adwaita-swift/
) to tiny games (
https://www.swift.org/blog/byte-sized-swift-tiny-games-playd...
) to ML (
https://www.swift.org/blog/mlx-swift/
) to Windows (
https://www.swift.org/blog/swift-everywhere-windows-interop/
) to Private Cloud Compute (
https://github.com/apple/security-pcc
)...
1 comments
zamalek
442 days ago
How many packages will work without NSBullshit though?
link
lukeh
442 days ago
More and more, and Foundation is now sharing a codebase between Darwin and non-Darwin platforms for many types now.
link
jshier
442 days ago
Nearly all, since they removed the NS prefix from most types imported into Swift years ago. ;)
link