minus-squarebusyvar@piaille.frtoRust@programming.dev•Rust in Android: move fast and fix thingslinkfedilinkarrow-up10·1 month ago@shape_warrior_t I think faster delivery is also a consequence of a good DX, managing dependencies and building with cargo is probably less cumbersome than installing specific toolchain and fighting makefiles and CMake. linkfedilink
minus-squarebusyvar@piaille.frtoRust@programming.dev•Rust turns 10: How a broken elevator changed software foreverlinkfedilinkarrow-up5arrow-down1·7 months ago@ulterno @cm0002 that’s how they made assembly. linkfedilink
minus-squarebusyvar@piaille.frtoRust@programming.dev•The official Rust project account will no longer be active on Xlinkfedilinkarrow-up2·9 months ago@skisnow @neme nice try but we can see link target in thumbnail 😝 linkfedilink
minus-squarebusyvar@piaille.frtoRust@programming.dev•Rust is now a government conspiracylinkfedilinkarrow-up37·9 months ago@onlinepersona the master plan to remove old senior devs is … to train new senior devs. linkfedilink
minus-squarebusyvar@piaille.frtoRust@programming.dev•Koto: a simple and expressive programming language, usable as an extension language for Rust applications, or as a standalone scripting languagelinkfedilinkarrow-up2·1 year ago@BB_C it seems to be designed as a Lua killer amid they don’t have C API bridge yet. linkfedilink
minus-squarebusyvar@piaille.frtoRust@programming.dev•Goodbye, Rust. I wish you success but I'm back to C++ (sorry, it is a rant)linkfedilinkarrow-up2·1 year ago@Shatur @BitSound did you use cbindgen? I struggle to generate a dll from a set of abstract classes. linkfedilink
@shape_warrior_t I think faster delivery is also a consequence of a good DX,
managing dependencies and building with cargo is probably less cumbersome than installing specific toolchain and fighting makefiles and CMake.