• @Zexks
    link
    02 months ago

    If you decompile that code you won’t get lambdas. You get ifs. Because that is how the hardware is build. Ifs/ands/Ors that is what computing is built on. Everything else is flavor.

    • @platypus_plumba
      link
      12 months ago

      The title of the post is “how to avoid if-else hell”, not “how to avoid conditionals”. Not sure what’s your point.