cm0002@lemmy.world to Programmer Humor@programming.dev · 11 months agoSoftware Terminologylemmy.mlimagemessage-square188linkfedilinkarrow-up1706arrow-down132
arrow-up1674arrow-down1imageSoftware Terminologylemmy.mlcm0002@lemmy.world to Programmer Humor@programming.dev · 11 months agomessage-square188linkfedilink
minus-squareNeatNit@discuss.tchncs.delinkfedilinkarrow-up8·11 months agosqlite is technically just one C source file, so that’s definitely a script.
minus-squareulterno@programming.devlinkfedilinkEnglisharrow-up1·11 months agoThe compiled binary being another script. Just in a different language.
minus-squarejaybone@lemmy.ziplinkfedilinkEnglisharrow-up0·11 months agoBeing one source file is the definition of a script?
minus-squareulterno@programming.devlinkfedilinkEnglisharrow-up1·11 months agoWait, so the bash script that I broke down into multiple files because I was unable to create and use functions properly, could not be considered a script?
minus-squareulterno@programming.devlinkfedilinkEnglisharrow-up1·11 months agoGuess, I’ll be bashing my way to completion.
sqlite is technically just one C source file, so that’s definitely a script.
The compiled binary being another script.
Just in a different language.
Being one source file is the definition of a script?
Wait, so the
bashscript that I broke down into multiple files because I was unable to create and use functions properly, could not be considered a script?It’s now just a bash
Guess, I’ll be
bashing my way to completion.