• 1 Post
  • 33 Comments
Joined 1 year ago
cake
Cake day: June 13th, 2023

help-circle


  • grue@lemmy.mltoProgrammer Humor@lemmy.mlno cap
    ·
    10 months ago

    Pro tip: the arguments to main() don't have to be named argc and argv.

    Also, you forgot to #define an alias for atoi, and number, n, and i could've been named something more on fleek.








  • LOL, maybe in a competent school system. Meanwhile, in my kids' school system even things like signing up to pay for school lunches is outsourced to some shitty third-party service with an outrageous ToS that includes a binding arbitration clause with said arbitration being conducted in Louisiana (a different state hundreds of miles away).




  • Trust me, you don't want to be trying to maintain legacy Jython code at this point, let alone use it for anything new. All the "normal" Python infrastructure like Pip etc. has moved on and broken compatibility, so you'd have to find and maintain locally the last working compatible version of every single package you use. I suppose you could use Java libraries, but the impedance mismatch trying to use LBYL explicitly typed stuff in EAFP python is terrible. It's just a horrible mess.