+David Goodine [started a thread](https://lists.swift.org/pipermail/swift-evolution/Week-of-Mon-20161024/028440.html) discussing the `guard` and unwrapping syntax, specifically how it can be verbose and redundant. Chris Lattner [suggested](https://lists.swift.org/pipermail/swift-evolution/Week-of-Mon-20161024/028448.html) a new keyword, `unwrap`, which would change `guard let foo = foo else { }` to `guard unwrap foo else { }`. Erica Sadun has drafted a proposal [in this gist](https://gist.github.com/erica/db9ce92b3d23cb20799460f603c0ae7c). There's been a lot of feedback so far, and Erica is continuing to revise the proposal.
0 commit comments