Thanks for sharing this playground! I hadn’t seen anything quite like it, and
it’s illuminating some of the possibilities.
> On Jan 5, 2016, at 10:42 PM, Donald Pinckney via swift-users
> wrote:
>
> Hi all,
> Personally, I love Swift, and I am curious to see if it will be used in
> education
> On Dec 20, 2015, at 3:51 PM, Daniel Dunbar wrote:
>
>>
>> On Dec 17, 2015, at 1:40 PM, Tom Sheffler via swift-users
>> mailto:swift-users@swift.org>> wrote:
>>
>> I’m learning about Swift on Linux and using modules to wrap C libraries.
&
I’m learning about Swift on Linux and using modules to wrap C libraries. One
of the things I wanted to do was use libdispatch with blocks from Swift. I
thought it would be easy to use a module to wrap .
I made a module called “CDispatch” with a module.modulemap like this
===
module CDispa