Hacker News new | ask | show | jobs
by pdpi 4400 days ago
I'm afraid that it's going to be tied too tightly to the Cocoa Runtime to make opening the language up feasible without also opening Cocoa up.
4 comments

You're thinking of the Objective-C runtime, which in fact is opensource: http://www.opensource.apple.com/source/objc4/objc4-551.1
I don't think so. It seems to me that they did a good job on the interface between Objective-C and Swift, so one could perfectly live without the other. Objective-C constructs are exposed as native Swift constructs.
C# is "open source", but the CLR is not.
If they open sourced the compiler then maybe you could link against GNUstep on other platforms.