←back to thread

1080 points antipaul | 1 comments | | HN request time: 0s | source
Show context
Aperocky ◴[] No.25065701[source]
ARM is the future, at least in laptops.

Apple lead the fray again, it's incredible.

replies(3): >>25065872 #>>25066646 #>>25090458 #
systemvoltage ◴[] No.25065872[source]
I have a burning question: Can I use gcc, python, etc. on the new M1-based Macbooks? I am thinking about getting one but not sure if I can use it as a development machine. How does rosetta translation layer work with brew apps and other binaries?
replies(4): >>25065910 #>>25066139 #>>25066206 #>>25066218 #
1. my123 ◴[] No.25066218[source]
Yes you can.

For GCC targeting arm64 macOS, the dev branch is at https://github.com/iains/gcc-darwin-arm64/ currently.

For Rosetta, everything runs except virtualisation apps.