Apple Swift programming language

AI Thread Summary
The discussion centers around the suitability of Apple's Swift programming language for someone looking to return to programming after a long hiatus. While some participants express skepticism about Swift due to its proprietary nature and potential lack of long-term support, others advocate for its modern features and enjoyable programming experience compared to established languages like Java and Python. Concerns are raised about Swift's compatibility with non-Apple hardware and the risk of Apple discontinuing or altering the language significantly in the near future. Additionally, a personal anecdote highlights challenges faced with programming in Flash, emphasizing the importance of user-friendly languages for beginners.
Algr
Messages
909
Reaction score
429
I used to program in Microsoft Quickbasic before MS abandoned it. I wasn't too advanced - my best program was a variant on Minesweeper. That was ages ago, but I'd like to get back into programing.

Now Apple has this Swift programing language. Is swift a good choice for me?
 
Technology news on Phys.org
Way to fresh if you ask me. Keep to something well established - Java or Python.
 
It may be fresh, but I think you'll have a lot more fun with it than Java or Python. I've been reading the docs on it recently and it looks pretty good to me.
 
Before you spend much time on Swift, ask yourself two questions:

1. Is it proprietary to Apple?
2. Will it work on non-Apple hardware?

Then estimate its lifespan before Apple stops supporting it, or changes it to something incompatible. (I would bet on somewhere between 6 months and 3 years maximum, given their track record.)
 
I also tried programing in Flash, but couldn't get anywhere with it. It was really opaque and I couldn't figure out why the program wouldn't do anything.
 
Dear Peeps I have posted a few questions about programing on this sectio of the PF forum. I want to ask you veterans how you folks learn program in assembly and about computer architecture for the x86 family. In addition to finish learning C, I am also reading the book From bits to Gates to C and Beyond. In the book, it uses the mini LC3 assembly language. I also have books on assembly programming and computer architecture. The few famous ones i have are Computer Organization and...
I had a Microsoft Technical interview this past Friday, the question I was asked was this : How do you find the middle value for a dataset that is too big to fit in RAM? I was not able to figure this out during the interview, but I have been look in this all weekend and I read something online that said it can be done at O(N) using something called the counting sort histogram algorithm ( I did not learn that in my advanced data structures and algorithms class). I have watched some youtube...
Back
Top