So apple seems to be dropping c like languages, Microsoft says new stuff should not be written in c like languages anymore, and google has steadily worked towards using rust and go in place of c and c++ where it makes sense to do so it seems. There seems to be a trend here.
>>Microsoft says new stuff should not be written in c like languages anymore Microsoft is dropping C#? Source for that?
Apple announces full Swift rewrite of the Foundation framework (2022)
91–100 of 402 posts
Re: Apple announces full Swift rewrite of the Foundation framework (2022)
#92So apple seems to be dropping c like languages, Microsoft says new stuff should not be written in c like languages anymore, and google has steadily worked towards using rust and go in place of c and c++ where it makes sense to do so it seems. There seems to be a trend here.
>>Microsoft says new stuff should not be written in c like languages anymore Microsoft is dropping C#? Source for that?
Re: Apple announces full Swift rewrite of the Foundation framework (2022)
#93So apple seems to be dropping c like languages, Microsoft says new stuff should not be written in c like languages anymore, and google has steadily worked towards using rust and go in place of c and c++ where it makes sense to do so it seems. There seems to be a trend here.
>>Microsoft says new stuff should not be written in c like languages anymore Microsoft is dropping C#? Source for that?
Re: Apple announces full Swift rewrite of the Foundation framework (2022)
#94Apple has such an unpredictable stance on software development. For example after all these years and lots of requests for such a feature it's still not possible to get notified about new reviews for your apps, but it's possible to get notified when a user edits a review after you've replied to it.
Apple’s style reminds me a lot of something I once read (and later experienced) about Japan and tourism: > (roughly) Japan is a country for the Japanese. While they may welcome you and invite you to experience their country and culture, the country is very much setup to serve the Japanese populace. Apple feels similarly. They build what they need and enough to capture the revenue they want, but I don’t perceive them…
So then why does all of Apple's operating systems and apps receive updates at all.
Your argument is completely illogical.
Re: Apple announces full Swift rewrite of the Foundation framework (2022)
#95So apple seems to be dropping c like languages, Microsoft says new stuff should not be written in c like languages anymore, and google has steadily worked towards using rust and go in place of c and c++ where it makes sense to do so it seems. There seems to be a trend here.
>>Microsoft says new stuff should not be written in c like languages anymore Microsoft is dropping C#? Source for that?
Re: Apple announces full Swift rewrite of the Foundation framework (2022)
#96Someone knowing existing pattern help me understand this. right now when i use these “foundation” apis in swift it is doing c call? so they rewriting now the c code in swift? (dont do ios or mac code so now sure) me dont understand what make it faster now. i once wrote some jni code to call c++ library from java. does mean there some similar code to do cross language call? they get rid of it and so things now faster?…
Most of Foundation on Darwin used to call into Objective-C code. This is going to be replaced with Swift code while keeping the API the same.
And will it be binary-compatible with existing apps, or will Apple just ship a separate compatibility version of Foundation for use by legacy apps?
Re: Apple announces full Swift rewrite of the Foundation framework (2022)
#97So apple seems to be dropping c like languages, Microsoft says new stuff should not be written in c like languages anymore, and google has steadily worked towards using rust and go in place of c and c++ where it makes sense to do so it seems. There seems to be a trend here.
>>Microsoft says new stuff should not be written in c like languages anymore Microsoft is dropping C#? Source for that?
However Mark Russinovich, CTO of Azure did say that it's time to drop C and C++
https://twitter.com/markrussinovich/status/15719951172335042...
Re: Apple announces full Swift rewrite of the Foundation framework (2022)
#98I am pretty certain that most of high level use cases for Rust could be replaced with Swift, with increased developer velocity, if Swift was actually cross platform. And that's coming from a Rust fan. It will be interesting to see how effective this rewrite is.
Re: Apple announces full Swift rewrite of the Foundation framework (2022)
#99So apple seems to be dropping c like languages, Microsoft says new stuff should not be written in c like languages anymore, and google has steadily worked towards using rust and go in place of c and c++ where it makes sense to do so it seems. There seems to be a trend here.
>>Microsoft says new stuff should not be written in c like languages anymore Microsoft is dropping C#? Source for that?
Re: Apple announces full Swift rewrite of the Foundation framework (2022)
#100Could someone please explain what exactly is the “Foundation”?