Programming-language #3
Replies: 2 comments 4 replies
-
I guess with the goal of having maximum portability and good speed, the choice of the programming language really just boils down to C, C++ or Rust, as any other language is either highly platform-dependent or not portable enough. I'm a C++ guy and don't really have much experience with Rust, but I'll try to make a list of pros and cons here for each choice: C++Pros:
Cons:
RustPros:
Cons:
There are probably plenty more arguments to be added to the above list. |
Beta Was this translation helpful? Give feedback.
-
I think the dependency management is infinitely easier with rust, as is cross-compiling. And dependency management. We don't have a great way to pull in deps for our project right now. |
Beta Was this translation helpful? Give feedback.
-
Since the original Project M is written in C++, Rust has been suggested as an option. Others have been mentioned as well.
Here's an initial discussion on Discord: https://discord.com/channels/737206408482914387/737206408948220057/1282388486925717574
Beta Was this translation helpful? Give feedback.
All reactions