[OT] Apple introduces Swift as Objective-C sucessor
Byron Heads via Digitalmars-d
digitalmars-d at puremagic.com
Tue Jun 3 06:18:38 PDT 2014
On 2014-06-02 19:45:28 +0000, Paulo Pinto said:
> On Monday, 2 June 2014 at 19:19:27 UTC, Paulo Pinto wrote:
>> Just thought it would be nice to give a heads up about Apple's plans to
>> replace Objective-C in the long run.
>>
>> The language was presented today at the WWDC Keynote, looks like Ruby,
>> uses ARC alongside the Objective-C runtime.
>>
>> http://live.arstechnica.com/apples-wwdc-2014-keynote/
>>
>> It also has a nice REPL experience, similar to Python's worksheets in IPython.
>>
>> --
>> Paulo
>
> More information now made available
>
> https://developer.apple.com/swift/
"Use .. to make a range that omits its upper value, and use ... to make
a range that includes both values."
That is going to be a source of a lot of bugs, so easy to type 3 when
you ment 2
More information about the Digitalmars-d
mailing list