If watching the [arm64] tag on Stack Overflow has taught me anything, it's that interpreted languages basically only work on x86_64. Most C source tarballs can just be recompiled for arm64, but lmao good luck if your python or npm dependencies are "not available" for arm64.
@siguza I agree with the general principle. But in practice I've had a great time on my work Mac M1 with mambaforge and python! Once in a while I have to install a dependency with brew, but I don't think I've ever had to abandon a python library because of the inability to build for ARM yet. 🤞