[swift-evolution] SE-0030 Property Behaviors

2017-10-28 Thread Andrew Thompson via swift-evolution
Hi Swift Evolution, Property Behaviors are a really neat feature and it’s unfortunate that it’s progress seems to have stopped. Located here are my thoughts on Property Behaviors that I hope will stimulate the

Re: [swift-evolution] Making capturing semantics of local

2017-10-28 Thread Mike Kluev via swift-evolution
on Date: Fri, 27 Oct 2017 15:15:15 -0400 Alex Lynch wrote: I use local functions heavily in my day-to-day workflow and an very > interested in them supporting capture lists. > Here is a draft feature specification: > https://bitbucket.org/snippets/lynchrb/r487zn > > Anyone

Re: [swift-evolution] Making capturing semantics of local

2017-10-28 Thread John McCall via swift-evolution
> On Oct 28, 2017, at 6:05 AM, Johannes Weiß via swift-evolution > wrote: > > Hi Mike, > >> On 27 Oct 2017, at 7:05 pm, Mike Kluev wrote: >> >> on Date: Fri, 27 Oct 2017 17:52:54 +0100 Johannes Weiß >> wrote: >>

Re: [swift-evolution] [Discussion] Swift for Data Science / ML / Big Data analytics

2017-10-28 Thread Chris Lattner via swift-evolution
On Oct 28, 2017, at 9:45 AM, Maxim Veksler via swift-evolution wrote: > > Hey Guys, > > The big data and machine learning world is dominated by Python, Scala an R. > > I'm a Swifter by heart, but not so much by tools of trait. Hi Max, I’m very interested in this

Re: [swift-evolution] [SPM] Roadmap?

2017-10-28 Thread Eagle Offshore via swift-evolution
Without a better C/C++ integration story, Swift is still born in my world. > On Oct 28, 2017, at 8:04 AM, Goffredo Marocchi via swift-evolution > wrote: > > Very well said, I kind of think that at this point in time you do much more > for the language by investing

Re: [swift-evolution] Pitch: Member lookup on String should not find members of NSString

2017-10-28 Thread C. Keith Ray via swift-evolution
is there a roadmap for strings + unicode in swift 5? will unicode normalization and other functionality be available in the standard library? https://docs.oracle.com/javase/8/docs/api/java/text/Normalizer.html https://www.unicode.org/reports/tr31/ http://www.unicode.org/reports/tr44/

Re: [swift-evolution] Pitch: Member lookup on String should not find members of NSString

2017-10-28 Thread Michael Ilseman via swift-evolution
We are definitely looking at it, soon. Right now (working on Swift 4.1), most of the String focus is on ABI-critical concerns, but better String APIs and programming models is a focus area for Swift 5. > On Oct 25, 2017, at 3:34 PM, Kelvin Ma via swift-evolution >

[swift-evolution] [Discussion] Swift for Data Science / ML / Big Data analytics

2017-10-28 Thread Maxim Veksler via swift-evolution
Hey Guys, The big data and machine learning world is dominated by Python, Scala an R. I'm a Swifter by heart, but not so much by tools of trait. I'd appreciate a constructive discussion on how that could be changed. While R is a non goal for obvious reasons, i'd argue that since both Scala and

Re: [swift-evolution] Making capturing semantics of local

2017-10-28 Thread C. Keith Ray via swift-evolution
> On Oct 28, 2017, at 1:47 AM, Tino Heth via swift-evolution > wrote: > > How about > func localFunc[weak self](input: Double) { > } > ? > Seems to be the obvious choice for me... +1 -- C. Keith Ray * https://leanpub.com/wepntk <- buy my book? *

Re: [swift-evolution] [SPM] Roadmap?

2017-10-28 Thread Goffredo Marocchi via swift-evolution
Very well said, I kind of think that at this point in time you do much more for the language by investing into SPM properly than Actors/Coroutines if you had to choose. Sent from my iPhone > On 28 Oct 2017, at 14:26, Karl Wagner via swift-evolution > wrote: > >

Re: [swift-evolution] [SPM] Roadmap?

2017-10-28 Thread Karl Wagner via swift-evolution
> On 28. Oct 2017, at 15:26, Karl Wagner via swift-evolution > wrote: > > > Now, I want to localise my package - what do I do? I’m going to have to > create some middleware to translate platform-specific concepts in to a > baseline which I can look-up based on

Re: [swift-evolution] [SPM] Roadmap?

2017-10-28 Thread Karl Wagner via swift-evolution
> On 23. Oct 2017, at 19:41, Jean-Christophe Pastant via swift-evolution > wrote: > > Hi, > > Is there any news about features that are willling to be integrated into SPM > 5? > Those I see the most relevant: > - iOS support > - Some kind of configuration/settings

Re: [swift-evolution] Making capturing semantics of local

2017-10-28 Thread Johannes Weiß via swift-evolution
Hi Mike, > On 27 Oct 2017, at 7:05 pm, Mike Kluev wrote: > > on Date: Fri, 27 Oct 2017 17:52:54 +0100 Johannes Weiß > wrote: > > > On 27 Oct 2017, at 6:27 am, Howard Lovatt via swift-evolution > > wrote: > > > > In

Re: [swift-evolution] Making capturing semantics of local

2017-10-28 Thread Tino Heth via swift-evolution
How about func localFunc[weak self](input: Double) { } ? Seems to be the obvious choice for me... ___ swift-evolution mailing list swift-evolution@swift.org https://lists.swift.org/mailman/listinfo/swift-evolution