@qjkxbmwvz - eviltoast
  • 1 Post
  • 1.13K Comments
Joined 2 years ago
cake
Cake day: February 1st, 2024

help-circle


  • The think the objection is that this is specifically targeted at women, and it’s something that someone might be self conscious about.

    “Free coffee to shortest/tallest/skinniest/fattest man” would be also be offensive IMHO, because it’s singling out people for a trait for which they maybe don’t want to be singled out.

    Crude humor is great, if all parties are in on the joke; I believe the point that parent was making was that all parties are not necessarily in on the joke.
















  • It’s interesting that, with Python, the reference implementation is the implementation — yeah there’s Jython but really, Python means both the language and a particular interpreter.

    Many compiled languages aren’t this way at all — C compilers come from Intel, Microsoft, GNU, LLVM, among others. And even some scripting languages have this diversity — there are multiple JavaScript implementations, for example, and JS is…weird, yes, but afaik can be faster than Python in many cases.

    I don’t know what my point is exactly, but Python a) is sloooow, and b) doesn’t really have competition of interpreters. Which is interesting, at least, to me.