<div dir="ltr">Cool :)<br></div><div class="gmail_extra"><br><div class="gmail_quote">On 17 April 2015 at 19:25, Mihael Hategan <span dir="ltr"><<a href="mailto:hategan@mcs.anl.gov" target="_blank">hategan@mcs.anl.gov</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi,<br>
<br>
I committed the following:<br>
<br>
1. standard library stuff. There are some tests for it too. You can use<br>
it by saying<br>
<br>
import "stdlib.v2";<br>
<br>
(the exact form of the string "stdlib.v2" is open to discussion).<br>
<br>
<br>
2. Function/procedure overloading.<br>
<br>
3. Structure/sparse array initializers. You can now say mystruct v = {a:<br>
1, b: 3.4}, etc. For sparse arrays, you can say int[] a = {0: 1, 100: 2,<br>
1000: 3} or int[string] b = {"a": 1, "b": 2, ...}.<br>
<br>
4. The documentation formatting updates. Since I last mentioned this, I<br>
made a small change that makes the header look more like the swift site<br>
header (except smaller in size).<br>
<br>
Mihael<br>
<br>
_______________________________________________<br>
Swift-devel mailing list<br>
<a href="mailto:Swift-devel@ci.uchicago.edu">Swift-devel@ci.uchicago.edu</a><br>
<a href="https://lists.ci.uchicago.edu/cgi-bin/mailman/listinfo/swift-devel" target="_blank">https://lists.ci.uchicago.edu/cgi-bin/mailman/listinfo/swift-devel</a><br>
</blockquote></div><br></div>