Sunshine (she/her) to Linux@programming.devEnglish · 3 days agoFish Shell 4.0 drops C++ for Rust to simplify development and enhance performancealternativeto.netexternal-linkmessage-square14fedilinkarrow-up1123arrow-down13
arrow-up1120arrow-down1external-linkFish Shell 4.0 drops C++ for Rust to simplify development and enhance performancealternativeto.netSunshine (she/her) to Linux@programming.devEnglish · 3 days agomessage-square14fedilink
minus-squaresik0fewllinkfedilinkarrow-up4·1 day ago You could point me at 99% of all C++ projects that have dependencies and it ./configure && make install wouldn’t work on any of my machines. That’s why configure takes 100 arguments, so you can tell it where every single dependency is. I don’t miss those days.
That’s why configure takes 100 arguments, so you can tell it where every single dependency is. I don’t miss those days.