Go vs. Swift [pdf]
github.com
Go vs. Swift [pdf]
1–10 of 128 posts
Re: Go vs. Swift [pdf]
#2Re: Go vs. Swift [pdf]
#3Swift is a great joy for iOS development, where compatibility with Objective C makes things smooth, and operation queues are good enough for concurrency. Xcode is a big productivity booster. Good to break Swift's own backward compatibility with new releases to keep innovation, while providing a quick fix tool. Hope it will become a great server language too.
Re: Go vs. Swift [pdf]
#4I'm confused as to why this piece was written using LaTeX.
Re: Go vs. Swift [pdf]
#5I'm confused as to why this piece was written using LaTeX.
Re: Go vs. Swift [pdf]
#6Re: Go vs. Swift [pdf]
#7Re: Go vs. Swift [pdf]
#8The more I use swift, the more I've grown to appreciate the concept of Optionals and how the compiler enforces it's usage. I have found that my swift code is more robust and explicit than my ObjC or Android java code is, as well as the team members around me.
Re: Go vs. Swift [pdf]
#9Swift: better OO, syntax, IDE; Go: built-in concurrency; Swift is a great joy for iOS development, where compatibility with Objective C makes things smooth, and operation queues are good enough for concurrency. Xcode is a big productivity booster. Good to break Swift's own backward compatibility with new releases to keep innovation, while providing a quick fix tool. Hope it will become a great server language too.
Edit: one thing I forgot is the very slow feedback at least when editing Swift. For syntax error notifications to get updated sometimes takes tens of second which can be very confusing.
Re: Go vs. Swift [pdf]
#10Swift: better OO, syntax, IDE; Go: built-in concurrency; Swift is a great joy for iOS development, where compatibility with Objective C makes things smooth, and operation queues are good enough for concurrency. Xcode is a big productivity booster. Good to break Swift's own backward compatibility with new releases to keep innovation, while providing a quick fix tool. Hope it will become a great server language too.
I hate to say it, but It's not production ready yet, at least not for a big project.