On Wed, Aug 3, 2016 at 8:39 PM, Fernando Rodríguez
<swift-corelibs-dev@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 <griboz...@gmail.com>*/
_______________________________________________
swift-corelibs-dev mailing list
swift-corelibs-dev@swift.org
https://lists.swift.org/mailman/listinfo/swift-corelibs-dev

Reply via email to