That was fast...
So the only way to install natively without Rosetta is by Brew?
I did iPhone programming with Objective-C and Swift many years ago, I want to recover those powers again for that reason I did a clean install to setup the machine for programming again.
Do you know how to setup Xcode for using the Tensorflow libraries?
By the way, what is your opinion about SwiftUI? Do you recommend to learn SwiftUI or continue with Swift?
In my ignorant opinion it seams that SwiftUI is the future, what is your perspective about it.
It seams to me that for playing with Machine Learning I have to know some Python for that reason I will dedicate 4 or 5 months to just learn Python and refresh my Swift programming, getting and sharpening the tools before the dive, but I am in the dilemma between SwiftUI or Swift.
Any information that you provide will be appreciated.
and again, thanks for your fast response.
I get email notifications for the developer forums
It is not the only way, no, but it is the easiest, arguably fastest and most manageable way. The Xcode installed one is also a universal build but Xcode wants to install Rosetta for Universal/Rosetta testing support.
It's funny, I think of Swift as still a fairly new and recent language
I've never used Tensorflow so can't speak to using it with Xcode.
Python is definitely very dominant in the ML field. You can use CoreML without needing to touch Python and use CreateML to make some models without even needing to code the models themselves, but yeah a lot of machine learning tools target Python.
I would not go as far as saying SwiftUI *is the future*. But SwiftUI is part of the future. I don't ever see AppKit/UIKit being entirely replaced by SwiftUI and SwiftUI presently also builds on top of those, but I do see a lot of UIs being made with just SwiftUI and whole applications for that matter. But I think there will always be a place for AppKit and UIKit even if the majority of codebases' UI may be done with SwiftUI.
I don't know what you mean by "the dilemma between SwiftUI and Swift"