[swift-users] custom binding pattern matches

2017-08-15 Thread David Young via swift-users
Sometimes I wish for custom *binding* patterns in Swift. Is something like this already in the works? Anyone else wishing for this? I have attached some code where I fake it, but these examples show what I'm really after: /* Match complex numbers, let expressions with type qualification: */

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

2017-02-10 Thread David Young via swift-users
On Thu, Feb 09, 2017 at 12:31:00AM +, Jin Wang wrote: > 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 >

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

2017-02-10 Thread David Young via swift-users
On Thu, Feb 09, 2017 at 12:31:00AM +, Jin Wang wrote: > 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 >

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

2017-02-09 Thread David Young via swift-users
On Wed, Feb 08, 2017 at 04:03:39PM -0800, Ted kremenek via swift-users wrote: > 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

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

2017-02-09 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,