I find Rust crates generally have pretty good docs. Docs.rs is a major time saver
I make things: electronics and software and music and stories and all sorts of other things.
I find Rust crates generally have pretty good docs. Docs.rs is a major time saver
More like gaming executives
You can build with mingw64 built with msvc and use more or less the same Makefile. As for Xcode… well, there’s not really a good reason to support Mac. On principle I wouldn’t even try
How the heck does a Makefile not scale??? That’s all it does!
Life is and will always be better writing your own Makefiles. It’s literally so easy. I do not get the distaste. Cmake is arcane magic. Bazel is practically written in runes. Makefile is a just a glorified build script, but where you don’t have to use a bunch of if statements to avoid building everything each time.
For C++, yes. But “reference” is just a way of using the pointer when it comes to C
Nvidia and Wayland is still BORKED
Nope
People use IPv6?
I still don’t know anything about it
a = [ Haskell
, is
, the
, GOAT ]
Purpose made for Data-science
Uhhh… R?
That, MATLAB, and Python are the only languages I know of used in that field, and it’s not MATLAB or Python lol. I don’t know anything about R tho
What packaging types are there for Rust? Isn’t everything just source-based through cargo?