ZenkorSoraz@lemmy.ml to Star Trek@startrek.websiteEnglish · 1 year agoWhat programming languages exist in the Star Trek Universe?message-squaremessage-square59fedilinkarrow-up158arrow-down12
arrow-up156arrow-down1message-squareWhat programming languages exist in the Star Trek Universe?ZenkorSoraz@lemmy.ml to Star Trek@startrek.websiteEnglish · 1 year agomessage-square59fedilink
minus-squareMajorHavoc@lemmy.worldlinkfedilinkEnglisharrow-up3·edit-21 year agoIt’s clearly because someone had to work with the Python logging package. Or had to call subprocess.
minus-squarebloopernova@programming.devlinkfedilinkEnglisharrow-up2·1 year agoLogging is fine, it’s traitlets that I’m struggling with right now. Lack of comprehensive documentation means I have to read the source and that is taking me forever.
minus-squareMajorHavoc@lemmy.worldlinkfedilinkEnglisharrow-up2·1 year agoInteresting. Traitlets looks to Java-like (overly in love with objects) for my taste. For typing, I’ve been reasonably happy with MyPy. For everything else in Traitlets - well, that all sounds too OOP for my comfort. Ooh, that’s another reason to burn Python to the ground and never speak of it again - it supports multiple-inheritance.
It’s clearly because someone had to work with the Python logging package. Or had to call subprocess.
deleted by creator
Logging is fine, it’s traitlets that I’m struggling with right now. Lack of comprehensive documentation means I have to read the source and that is taking me forever.
Interesting. Traitlets looks to Java-like (overly in love with objects) for my taste.
For typing, I’ve been reasonably happy with MyPy.
For everything else in Traitlets - well, that all sounds too OOP for my comfort.
Ooh, that’s another reason to burn Python to the ground and never speak of it again - it supports multiple-inheritance.