Re: [swift-evolution] [Pitch] Moving where Clauses Out Of Parameter Lists

2016-04-06 Thread Juan Ignacio Laube via swift-evolution
+1. I like the idea of seeing the function signature first, then the constraints. > On Apr 6, 2016, at 3:47 PM, Milos Rankovic via swift-evolution > wrote: > > >> On 6 Apr 2016, at 19:35, Pyry Jahkola via swift-evolution >>

Re: [swift-evolution] [Review] SE-0053 Remove explicit use of let from Function Parameters

2016-03-25 Thread Juan Ignacio Laube via swift-evolution
* What is your evaluation of the proposal? +1. Since `let` is the default behaviour, and `var` usage has been deprecated, doesn’t make sense to have a keyword for this. * Is the problem being addressed significant enough to warrant a change to Swift? Yes. * Does this proposal fit well with the

Re: [swift-evolution] [swift-evolution-announce] [Review] SE-0048: Generic Type Aliases

2016-03-24 Thread Juan Ignacio Laube via swift-evolution
What is your evaluation of the proposal? A strong +1 on this. Is the problem being addressed significant enough to warrant a change to Swift? Yes. Does this proposal fit well with the feel and direction of Swift? Yes. If you have used other languages or libraries with a similar feature, how do

Re: [swift-evolution] [Review] SE-0043 Declare variables in 'case' labels with multiple patterns

2016-03-19 Thread Juan Ignacio Laube via swift-evolution
• What is your evaluation of the proposal? A strong +1. • Is the problem being addressed significant enough to warrant a change to Swift? Yes. • Does this proposal fit well with the feel and direction of Swift? Yes. • If you have used other languages or libraries with a similar feature, how