JPDev@programming.dev to Programmer Humor@programming.dev · 2 年前ifn'tprogramming.devimagemessage-square106fedilinkarrow-up1631arrow-down111
arrow-up1620arrow-down1imageifn'tprogramming.devJPDev@programming.dev to Programmer Humor@programming.dev · 2 年前message-square106fedilink
minus-squarefartsparkles@sh.itjust.workslinkfedilinkarrow-up11·2 年前Is this a reference to something because I’d love to read it if you have a time to share.
minus-squareLeFrog@discuss.tchncs.delinkfedilinkarrow-up5·edit-22 年前It is used in ksh korn shell to see what executable responds to a command: https://superuser.com/a/351995 Edit: Oh, what a rabbit hole: Why not use “which”? What to use then?
minus-squarexx3rawr@sh.itjust.workslinkfedilinkEnglisharrow-up5·2 年前Woah. I did a quick google and it’s not just a meme, but actually used in some major lang’s libraries.
minus-squarejjjalljs@ttrpg.networklinkfedilinkarrow-up3·2 年前This is one of those “modern Google/search sucks” moments because I couldn’t immediately find examples of it in a programming language.
minus-squarexx3rawr@sh.itjust.workslinkfedilinkEnglisharrow-up1·2 年前I actually used DDG and most I’ve seen, they’re just used as arguments for functions notably in C and Python
minus-squareSubArcticTundra@lemmy.mllinkfedilinkarrow-up2·edit-22 年前Legislation (which feels similar to programming languages sometimes) seems to have some keywords of its own. I remember seeing a lot of Whereas ... and Having regard to ....
Still not as good as
whenceIs this a reference to something because I’d love to read it if you have a time to share.
It is used in
kshkorn shell to see what executable responds to a command:https://superuser.com/a/351995
Edit: Oh, what a rabbit hole: Why not use “which”? What to use then?
Woah. I did a quick google and it’s not just a meme, but actually used in some major lang’s libraries.
This is one of those “modern Google/search sucks” moments because I couldn’t immediately find examples of it in a programming language.
I actually used DDG and most I’ve seen, they’re just used as arguments for functions notably in C and Python
Legislation (which feels similar to programming languages sometimes) seems to have some keywords of its own. I remember seeing a lot of
Whereas ...andHaving regard to ....