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.
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.
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.
In case you haven’t heard, Factor just had a new stable release, and is tons of fun for postfix enthusiasts.
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.
In Factor’s case, combinators that insert values at quotation (lambda) boundaries.