Hello!
Someone ever tried swift programming? Wanted to try swift programming through xcode 6 - beta6 - any experiences for this here?? which java tools do i need to really start with swift..? or do i just need the usual java updates..?
thanks!
Welcome to the Java Programming Forums
The professional, friendly Java community. 21,500 members and growing!
The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.
>> REGISTER NOW TO START POSTING
Members have full access to the forums. Advertisements are removed for registered users.
Hello!
Someone ever tried swift programming? Wanted to try swift programming through xcode 6 - beta6 - any experiences for this here?? which java tools do i need to really start with swift..? or do i just need the usual java updates..?
thanks!
Last edited by hereZz; September 3rd, 2014 at 03:34 AM.
That's quite a "new" language isn't it?
I might be wrong but is it sort of like a mixture of OOP and procedural? Heard it is
making waves though - I think Google support it with their GO language. Not tried it
myself, but I have used Xcode in the past - great IDE until they scrapped the gdb debugger
support for C programming....
Wishes Ada xx
If to Err is human - then programmers are most human of us all.
"The Analytical Engine offers a new, a vast, and a powerful language . . .
for the purposes of mankind."
— Augusta Ada Byron, Lady Lovelace (1851)
ok thanks for your feedback so far!
ja i heard good stuff about xcode - so you would recommend it?
and ja it's quiet new, got developed at the wwdc 2014! the result of different ideas from objective-c, rust, haskell, ruby, python, ...
sounded quiet interesting to me!
I've played with it for about 8 hours. It has some modern concepts like closures and generics but it maintains a lot of the difficult to grasp Objective-c concepts like delegates and blocks just with a different syntax
None. It has nothing to do with Java. All you need is XCode beta6
I wouldn't recommend swift. It has some promise but it is at least 3-6 months from being stable enough to develop with. Even then, if you are serious about getting into iOS or OSX programming you will need a background in Objective-c as the stack traces and underlying framework are all written in and for Obj-C. It's not going anywhere for a few years at the least. There was a discussion over on reddit about this which is worth a gander.
I really enjoy working with XCode (so much so that I will forgive all the quirks) and I think the combination of the lldb debugger, live breakpoints and instruments make it hands down the best IDE for debugging. You should take another look at lldb, it's more sensible and powerful than gdb.
Computers are fascinating machines, but they're mostly a reflection of the people using them.
-- Jeff Atwood