<div dir="ltr">On Fri, Dec 11, 2015 at 2:20 PM, Nathan Yee via swift-evolution <span dir="ltr">&lt;<a href="mailto:swift-evolution@swift.org" target="_blank">swift-evolution@swift.org</a>&gt;</span> wrote:<br><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div>In the following case, the computed property &#39;x&#39; can only be set in the initializer.<br><br>class Foo {<br>    init(x: Double) {<br>        self.x = x<br>    }<br>    var x: Double { get }<br>}</div></div></blockquote><div><br></div><div>Why not just use `let`?</div><div><br></div><div>Stephen</div></div></div></div>