[swift-corelibs-dev] Swift Shims

Dmitri Gribenko gribozavr at gmail.com
Wed Aug 3 22:40:37 CDT 2016


On Wed, Aug 3, 2016 at 8:39 PM, Fernando Rodríguez
<swift-corelibs-dev at swift.org> wrote:
>
> Hi,
>
> I'm having some trouble  understanding what on Earth SwiftShims are. The name probably makes it obvious to native English speakers, but it's not helping me...

SwiftShims is a private interface between the standard library, the
runtime, and the OS.  Unless you are working on the standard library,
you don't need to worry about it.

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 <gribozavr at gmail.com>*/


More information about the swift-corelibs-dev mailing list