• eeleech@lemm.ee
    link
    fedilink
    arrow-up
    0
    ·
    2 years ago

    I find that S-expressions are the best syntax for programming languages. And in general infix operators are inferior to either prefix or postfix notation.

    • Andy@programming.dev
      link
      fedilink
      arrow-up
      0
      ·
      2 years ago

      In case you haven’t heard, Factor just had a new stable release, and is tons of fun for postfix enthusiasts.

      • xigoi@lemmy.sdf.org
        link
        fedilink
        arrow-up
        0
        ·
        2 years ago

        I never understood how concatenative programmers can hold the current state of the stack in their head and never get confused about what is where, especially when changing complex code.