Re: [swift-users] Prototyping what Swift can look like in educational settings

2016-01-06 Thread Tom Sheffler via swift-users
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

Re: [swift-users] Linux: module for needs -fblocks to compile

2015-12-21 Thread Tom Sheffler via swift-users
> 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. &

[swift-users] Linux: module for needs -fblocks to compile

2015-12-17 Thread Tom Sheffler via swift-users
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