[swift-evolution] SE-0066 Reaction

2016-04-26 Thread Mishal Awadah via swift-evolution
Hi, I missed the original thread, but here are my thoughts on SE-0066 right after Chris's email ends with "thoughts?". Concern 1: I feel like we're forgetting about the functional programming syntax of declaring function types like this: A -> B -> C for a function foo(a: A, b: B) -> C This e

Re: [swift-evolution] SE-0066 Reaction

2016-04-26 Thread Mishal Awadah via swift-evolution
On Tue, Apr 26, 2016 at 11:23 AM, Chris Lattner wrote: > On Apr 26, 2016, at 10:52 AM, Mishal Awadah via swift-evolution < > swift-evolution@swift.org> wrote: > > Concern 1: > > I feel like we're forgetting about the functional programming syntax of > de

Re: [swift-evolution] SE-0066 Reaction

2016-04-27 Thread Mishal Awadah via swift-evolution
Thanks for the feedback Chris! I am happy with this proposal given the discussion here. - Mish On Wed, Apr 27, 2016 at 7:01 AM, Andrew Bennett wrote: > I initially had similar concerns to Mishal, but I worked my way through it > and found I was wrong. > > In current Swift you can have a functio