[swift-users] How to 'import' 3rd-party frameworks and files when using the /usr/bin/swift REPL

2016-09-23 Thread has via swift-users
Hi folks, I'm working on a new "AppleScript" (Apple event) bridge, SwiftAutomation , and while the code's done bar cleaning and testing, I've gotten stuck on how to write a step-by-step tutorial for it. As I understand it, the recommended way to provide u

Re: [swift-users] Swift and Xcode along with Playgrounds is, full of bugs

2016-11-02 Thread has via swift-users
Jens Alfke wrote: > Back when I worked at Apple I used to drop in on Steve and tell him > the metal UI appearance sucked. He’d chuckle in his kindly way, > and then nail my head to the floor. Now Tim Cook owes me a new keyboard! has ___ swift-users

Re: [swift-users] wishing I could cast (sort of) to protocol, with associated type

2016-11-03 Thread has via swift-users
Robert Nikander wrote: Cc:"swift-users@swift.org" Subject: Re: [swift-users] wishing I could cast (sort of) to protocol with associated type Message-ID: Content-Type: text/plain; charset="utf-8" The only real way to do this today is to have two layers of protocol: protocol SpecialCont