Answer the question
In order to leave comments, you need to log in
Which languages give the least headaches about 3rd party dependencies on a Mac with AARCH64?
Hello! I got tired of poking around in the errors of installing dependencies on my computer.
The main problem is linking and compiling C libraries. I have a poppy on AARCH64.
So, for example, you have to install the same numpy for Python through conda, since their repository contains dependencies compiled under aarch. Installing diesel-cli for Rust fails with an error, etc. There are many such examples, you have to poke around for hours and install through crutches.
As a result, instead of writing code and improving the skills of programming itself, you have to dance with a tambourine for almost every library.
Tell me one of two options:
1) how to properly install sish dependencies so that they compile for my architecture
2) what languages will not soar about this head, I assume these will be languages on a virtual machine
Answer the question
In order to leave comments, you need to log in
Installing diesel-cli for Rust fails with an error
2) what languages will not soar about this head, I assume these will be languages on a virtual machine
dart / flutter if you don’t need to communicate with the system, and there are a lot of libs that can be easily connected to work with the system. Although the stack is not yet popular in the desktop, the focus is still mobile
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question