What packaging types are there for Rust? Isn’t everything just source-based through cargo?
I make things: electronics and software and music and stories and all sorts of other things.
What packaging types are there for Rust? Isn’t everything just source-based through cargo?
Rust and Haskell (I think Haskell counts)
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.
It’s a bit more than iced as they’ve created a library on top of it, esp for the theming they desire
Build a project. Learn how to do each step by searching the internet. It’s quite literally that easy.
For C++, yes. But “reference” is just a way of using the pointer when it comes to C
In case you’re interested, the language is a derivative of an esolang I made called NaBD. The idea was a Turing tarpit but for functional languages. What’s the minimal I could get by with and still feel like a real language? (And no, not just lambda calculus; needed a real implementation)
I realized this sort of stripped-down functional language would make a great basis for a graphical programming language, something I’ve wanted to make for a while, so I set out to refine and remake it into just that.
That’s why the syntax is a little bizarre, bc it mimics the flow of graphical blocks. It also is very simple. Every function has one input and one output with no first class funcs/currying. It’s also statically typed.
Here’s a truth-machine (doesn’t work yet bc I haven’t implemented some of the standard functions; it does parse and type check tho at least):
truth_mach :: Num -> Num =
{ inp -> bool,
1 -> str -> print -> truth_mach,
0 -> str -> print } -> if.
main :: <<Char>> -> Num = read -> parse -> truth_mach.
It will also support the C ABI via extern_c name_of_lib : name_of_function :: Type -> Type.
This is not implemented yet either.
Nvidia and Wayland is still BORKED
Nope
Why use Julia when Rust is so much better?
Nextcloud Server
I can only get it to work via snap and on Ubuntu. I’ve tried Ubuntu, Debian, Arch, Fedora, and NixOS for distro and both manual and snap. It doesn’t even have a flatpak.
People use IPv6?
I still don’t know anything about it
Epiphany is a neat little project, but my understanding is it has performance issues bc it can’t use the GPU or something, like YouTube videos load slow.
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
Looks interesting. Are there any examples of modern COBOL I can see somewhere? I didn’t see an examples folder in the GitHub repo
This response needs more up votes