On Sun, Dec 13, 2015 at 2:52 AM, Davide Italiano <dccitali...@gmail.com> wrote:
> And now, swift compiled programs run correctly on FreeBSD!

This is great, thanks Davide!

> % ./swiftc hello.swift -o hello
> davide@rabbit1:/exps/swift/build/Ninja-ReleaseAssert/swift-freebsd-x86_64/bin
> % ./hello
> hello
> % cat hello.swift
> print ("hello")

How much of the testsuite passes?

Dmitri

-- 
main(i,j){for(i=2;;i++){for(j=2;j<i;j++){if(!(i%j)){j=0;break;}}if
(j){printf("%d\n",i);}}} /*Dmitri Gribenko <griboz...@gmail.com>*/
_______________________________________________
swift-dev mailing list
swift-dev@swift.org
https://lists.swift.org/mailman/listinfo/swift-dev

Reply via email to