Re: [swift-dev] how much of non-Swift in Swif

2017-09-06 Thread Alex Blewitt via swift-dev
> On 6 Sep 2017, at 11:29, blaster_in_black via swift-dev > wrote: > > Hi, Alex, and thank you so much for such a throroughly reply! > > Abusing your good will, let me ask you yet another question. I understand, as > you've pointed out, that certain parts of functionality shall always be > im

Re: [swift-dev] how much of non-Swift in Swif

2017-09-06 Thread blaster_in_black via swift-dev
Hi, Alex, and thank you so much for such a throroughly reply! > The "Builtin" comes from a number of different places, e.g.: > > https://github.com/apple/swift/blob/master/include/swift/AST/Builtins.def > https://github.com/apple/swift/blob/master/lib/AST/Builtins.cpp > > They aren't directly impl

Re: [swift-dev] how much of non-Swift in Swif

2017-09-06 Thread Alex Blewitt via swift-dev
> On 6 Sep 2017, at 10:26, blaster_in_black via swift-dev > wrote: > > 1) How much and what types of interfaces with non-Swift code is there in the > standard library and the runtime? I have seen references to the "Builtin" > class, that as I understand is directly implemented in LLVM IR langu

[swift-dev] how much of non-Swift in Swif

2017-09-06 Thread blaster_in_black via swift-dev
Hi Swift developers, nice to meet you all in this list. While having a look at Swift's source code, I am not able to really answer myself two questions: 1) How much and what types of interfaces with non-Swift code is there in the standard library and the runtime? I have seen references to the "