renzev@lemmy.world to Programmer Humor@lemmy.mlEnglish · 2 years agoSolutions? Where we're going, we don't need solutions.lemmy.worldimagemessage-square204linkfedilinkarrow-up11.15Karrow-down152file-text
arrow-up11.1Karrow-down1imageSolutions? Where we're going, we don't need solutions.lemmy.worldrenzev@lemmy.world to Programmer Humor@lemmy.mlEnglish · 2 years agomessage-square204linkfedilinkfile-text
Please dont take this seriously guys its just a dumb meme I haven’t written a single line of code in half of these languages
minus-squarecalcopiritus@lemmy.worldlinkfedilinkarrow-up8arrow-down1·2 years agoYeah, no python package has “py”, JavaScript “.js” or java “java”. None at all.
minus-squareCapeWearingAeroplane@sopuli.xyzlinkfedilinkarrow-up1·edit-22 years agoFor Python I think there’s an actual point though: A lot of Python projects are user friendly wrappers for pre-compiled high-performance code. It makes sense to call something “py” to signal what the library is.
minus-squarecalcopiritus@lemmy.worldlinkfedilinkarrow-up1·2 years agoWell, it’s the same in rust, that’s why I agree more with the first interpretation. There is an existing solution in C/C++, just make some binding and call it *.rs Both python and rust use py and rs in the same way, to signal that it’s the python/rust version of that library. Of course, there are exceptions, but that’s what usually happens.
Yeah, no python package has “py”, JavaScript “.js” or java “java”. None at all.
For Python I think there’s an actual point though: A lot of Python projects are user friendly wrappers for pre-compiled high-performance code. It makes sense to call something “py” to signal what the library is.
Well, it’s the same in rust, that’s why I agree more with the first interpretation.
There is an existing solution in C/C++, just make some binding and call it *.rs
Both python and rust use py and rs in the same way, to signal that it’s the python/rust version of that library.
Of course, there are exceptions, but that’s what usually happens.