> Looking for the Swift parallel scripting language? Please visit http://swift-lang.org Did they not know or do they just not care?
The Swift Programming Language
71–80 of 970 posts
Re: The Swift Programming Language
#72Oh God, they just compared the speed of Objective C, Swift and... Python! It's nice to see Swift being faster than Objective C, etc., but what has Python got to do with coding native iOS/OS X apps? Of course it's going to fail at speed when compared to a static compiled language. What a weird and pointless comparison, imo (I mean the inclusion of Python, seems so random to me).
Re: The Swift Programming Language
#73Re: The Swift Programming Language
#74As someone who always disliked Objective C, I think Swift looks very promising. I'll check it out right away :) Software-wise, I feel these current WWDC announcements are the most exciting in years. Looking at the Swift docs right now, I can see many interesting inspirations at work: there's some Lua/Go in there (multiple return values), some Ruby (closure passed as the last argument to a function can appear immediat…
He mentioned the desire to drop the "C" from objective-c, but I'm curious what this means for using c/c++ libraries now. Do they need to be wrapped by objective-c before being visible in swift?
Re: The Swift Programming Language
#75So they copied this idea for the IDE? http://www.lighttable.com
Re: The Swift Programming Language
#76Re: The Swift Programming Language
#77Re: The Swift Programming Language
#78The 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 fu…
Re: The Swift Programming Language
#79Re: The Swift Programming Language
#80swift-lang.org mentioned at the bottom of the page seems to be down.