Live data from Hacker News

The Swift Programming Language

developer.apple.com

331–340 of 970 posts

Re: The Swift Programming Language

#331
post #66

Looks like Recruiters will now be seeking Swift Developers with at least 5+ years of experience.

even i tweeted the same joke, not knowing others were doing it.

What I find more amazing is that, as humans, we have all chosen "5+ years" as the experience level in our jokes.

Re: The Swift Programming Language

#332

This will revolutionize programming education. Interestingly enough, the time manipulation in Swift was inspired by a game called Braid ( http://en.wikipedia.org/wiki/Braid_(video_game) ) released back in 2009. This will help young programmers solidify the connection between giving the computer logical commands and what is outputted on the screen immediately. Reminds me of how excited I was when Processing ( http://w…

How do you see it as revolutionizing programming education? I'm pretty ignorant in this area, but it seems like a very high level language that abstracts a ton of stuff - and very platform specific too if I'm not mistaken. Is that really where we want people to start? I would have thought either a highly graphical language with buttons and widgets for early education, then moving onto platform-agnostic stuff like jav…

Live preview. Kids changing a value and seeing their widget move differently or change colour instantly, that can be magical.

Re: The Swift Programming Language

#333

What kind of benchmark produced 220 times something faster than Python? My guess is that they did it on a mobile device and used an application like this: https://itunes.apple.com/us/app/python-2.7-for-ios/id4857298...

If you're doing anything at all computational (that doesn't fit into the numpy/etc solution spaces), it's pretty easy to get those kinds of speedups.

Re: The Swift Programming Language

#337

> Looking for the Swift parallel scripting language? Please visit http://swift-lang.org Apple knew there was Swift-Lang, and still called this Swift. At least they link to it from their website!

Their icon even looks the same. It's also almost identical to the icon used by http://swift.im

Sigh.

Re: The Swift Programming Language

#338

Earlier quoted context omitted.

Yep, same here. It looks pretty JavaScript-y, which is familiar at least. I think this is a good move on Apple's part.

It's probably a wise decision to have an "Algol patterned" language. No non Algol patterned language has ever become a mainstream programming language to my knowledge.

I am not a programming language wonk; so I imagine most languages I am familiar-with/know-of are necessarily Algol patterned. What are some non-Algol patterned languages?

Re: The Swift Programming Language

#340
post #83

“You also don’t need to write semicolons at the end of every statement.” Please. Please. PLEASE don't be whitespace delimited!

Oh. I was rather hoping it would be! But still, there's not a lot to hate. It looks like a cleaner javascript at first glance. Not quite as pretty as Python but then, what is. :)

Try Nimrod: http://nimrod-lang.org
Post reply on HN