Y
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
chrisdevereux
4400 days ago
You're thinking of the Objective-C runtime, which in fact is opensource:
http://www.opensource.apple.com/source/objc4/objc4-551.1
link
tcard
4400 days ago
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.
link
manojlds
4400 days ago
C# is "open source", but the CLR is not.
link
rjsw
4400 days ago
If they open sourced the compiler then maybe you could link against GNUstep on other platforms.
link