Live data from Hacker News

The Swift Programming Language

developer.apple.com

41–50 of 970 posts

Re: The Swift Programming Language

#47

Earlier quoted context omitted.

I mean the inclusion of Python, seems so random to me It's supposed to be a "mainstream" scripting language. Also, it's an easy way for them to get favorable numbers for their presentation.

Yes. But what has that got to do with writing native apps?

It has everything to do with modern languages with powerful features.

Re: The Swift Programming Language

#50
The demo from the WWDC keynote is quite impressive. Unfortunately, this site seems to have been slashdotted. (Basically, Swift is "Apple acquires their own LightTable.") It's touted as a language for parallelism. I'm curious about its concurrency primitives. Since distribution is shown as a top feature, I'm going to guess that it has an Erlang-like actor model.

Having ARC and not needing GC will end up being a big fundamental advantage for its parallelism story. (The problem with GC, is that one thread does work, then a GC thread comes along and possibly causes an additional cache miss.)

Post reply on HN