Re: [swift-users] Plan to move swift-evolution and swift-users mailing lists to Discourse

2017-02-08 Thread Jens Alfke via swift-users
> On Feb 8, 2017, at 4:48 PM, Jan Neumüller via swift-users > wrote: > > May I ask why with so many great open source forums that junk Discourse got > chosen? I'm very perplexed by this decision... I’ve looked at a lot of forum software, and most of the open-source ones are pretty poor* in t

Re: [swift-users] [swift-evolution] Plan to move swift-evolution and swift-users mailing lists to Discourse

2017-02-08 Thread David Hart via swift-users
Hi Ted, Thanks so much for taking time to discuss this with the team. I feel very confident this is going to be a big plus for the community :) David > On 9 Feb 2017, at 01:03, Ted kremenek via swift-evolution > wrote: > > Hi everyone, > > There was a long thread on swift-evolution about wh

Re: [swift-users] Plan to move swift-evolution and swift-users mailing lists to Discourse

2017-02-08 Thread Ted kremenek via swift-users
Hi Jan, There was a lot of discussion — albeit not on swift-users — and Discourse was the one put forward that those that were pro-forum were most advocating. I actually didn't hear alternative forum software get strongly advocated. Specific things about Discourse (which may be offered by othe

Re: [swift-users] Plan to move swift-evolution and swift-users mailing lists to Discourse

2017-02-08 Thread Jan Neumüller via swift-users
May I ask why with so many great open source forums that junk Discourse got chosen? I'm very perplexed by this decision... Jan ___ swift-users mailing list swift-users@swift.org https://lists.swift.org/mailman/listinfo/swift-users

Re: [swift-users] Swift kernel for Jupyter Notebook/IPython

2017-02-08 Thread Jin Wang via swift-users
Hey David, I'm currently using the existing REPL to power the code execution. Eventually, when Swift becomes more stable and Linux gets more support, we might be able to do visualisations using UIKit or its alternatives. Right now, as far as I can see, the benefit to write notebook instead of usin

[swift-users] Plan to move swift-evolution and swift-users mailing lists to Discourse

2017-02-08 Thread Ted kremenek via swift-users
Hi everyone, There was a long thread on swift-evolution about whether we should use modern forum software — like Discourse — as an alternative to the mailing lists we have now. After a long discussion, the Core Team has decided to move swift-evolution and swift-users to Discourse. There are t

Re: [swift-users] Swift kernel for Jupyter Notebook/IPython

2017-02-08 Thread David Young via swift-users
On Wed, Feb 08, 2017 at 12:39:34PM +, Jin Wang via swift-users wrote: > Hey guys, > > I'm building a swift kernel for Jupyter Notebook. If you haven't heard of > it, *the Jupyter Notebook is a web application that allows you to create > and share documents that contain live code, equations, vi

[swift-users] Problem with console apps

2017-02-08 Thread Andrey Fidrya via swift-users
Hi All, In Xcode 8.3 beta print() stopped outputting unterminated lines: https://bugs.swift.org/browse/SR-3827 I've retested with recently released beta 2 and the issue is still present. Could anyone from dev team take a look at this issue please? I'm worri

[swift-users] Swift kernel for Jupyter Notebook/IPython

2017-02-08 Thread Jin Wang via swift-users
Hey guys, I'm building a swift kernel for Jupyter Notebook. If you haven't heard of it, *the Jupyter Notebook is a web application that allows you to create and share documents that contain live code, equations, visualizations and explanatory text*. The project is still at its early stage so some

Re: [swift-users] unsafeBitCast to Unimplemented Class

2017-02-08 Thread Andrew Trick via swift-users
> On Feb 7, 2017, at 3:44 PM, Dave Abrahams via swift-users > wrote: > >> >> I phrased that as a question because I'm the last person who should be >> giving advice here... What I had in mind is this: >> >> if ([self isKindOfClass:NSClassFromString(@“Bar”)]) { >> self.perform(@selector(FakeB