@cm0002 to Programmer [email protected] • 1 day agoLike programming in bashlemmy.mlimagemessage-square178arrow-up11.51Karrow-down115cross-posted to: [email protected]
arrow-up11.5Karrow-down1imageLike programming in bashlemmy.ml@cm0002 to Programmer [email protected] • 1 day agomessage-square178cross-posted to: [email protected]
minus-square@[email protected]linkfedilinkEnglish2•8 hours agoI swapped from Make to Just: https://github.com/casey/just Way better, IMO. Super simple logic, just as flexible.
minus-square@[email protected]linkfedilink2•10 hours agoI find Makefile isn’t too bad, as long as I can stay away from automake and autoreconf.
No, Makefile syntax is more extreme.
I swapped from Make to Just: https://github.com/casey/just
Way better, IMO. Super simple logic, just as flexible.
Sure, but bash is more relatable, I think
I find
Makefile
isn’t too bad, as long as I can stay away fromautomake
andautoreconf
.