• 0 Posts
  • 3 Comments
Joined 2 years ago
cake
Cake day: June 15th, 2023

help-circle
  • nyan@lemmy.cafetoProgrammer Humor@programming.devJavaScript
    link
    fedilink
    English
    arrow-up
    2
    ·
    9 hours ago

    That’s because Perl doesn’t do operator overloading in general. Even the equality operator is different for strings (eq instead of ==). As a language, it may look pretty weird and lack some modern features, but the underlying design is surprisingly intelligent and consistent in many ways.