[Swift-devel] commits

Tim Armstrong tim.g.armstrong at gmail.com
Fri Apr 17 23:25:55 CDT 2015


Cool :)

On 17 April 2015 at 19:25, Mihael Hategan <hategan at mcs.anl.gov> wrote:

> Hi,
>
> I committed the following:
>
> 1. standard library stuff. There are some tests for it too. You can use
> it by saying
>
> import "stdlib.v2";
>
> (the exact form of the string "stdlib.v2" is open to discussion).
>
>
> 2. Function/procedure overloading.
>
> 3. Structure/sparse array initializers. You can now say mystruct v = {a:
> 1, b: 3.4}, etc. For sparse arrays, you can say int[] a = {0: 1, 100: 2,
> 1000: 3} or int[string] b = {"a": 1, "b": 2, ...}.
>
> 4. The documentation formatting updates. Since I last mentioned this, I
> made a small change that makes the header look more like the swift site
> header (except smaller in size).
>
> Mihael
>
> _______________________________________________
> Swift-devel mailing list
> Swift-devel at ci.uchicago.edu
> https://lists.ci.uchicago.edu/cgi-bin/mailman/listinfo/swift-devel
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mcs.anl.gov/pipermail/swift-devel/attachments/20150417/4b760390/attachment.html>


More information about the Swift-devel mailing list