Expanding Swift's Reach This is an interesting article from Benedikt Terhechte, in which he examines the issues preventing Swift from broader adoption in domains such as system programming. Benedikt first looks at language competitors in the systems programming space, before outlining how Swift can start to make inroads. Posted on April 9, 2018 #system #language
What Stats and Surveys are saying about Swift in 2017 Guy Daher takes a look at what statistics and surveys are saying about the state of Swift in 2017. Guy presents the results of surveys from a variety of sources, including Github and StackOverflow, and gives his take on what they mean for the future of Swift. Posted on October 23, 2017 #language #statistics #survey
Swift is like TypeScript TypeScript is an open-source programming language developed by Microsoft. It’s a syntactical superset of JavaScript, adding optional static typing. This site provides side by side code samples of Swift and TypeScript, showing the similarities between the two languages. Posted on September 7, 2017 #language #typescript