https://en.wikipedia.org/wiki/Subject%E2%80%93object%E2%80%93verb_word_order
quite interesting, in fact by number there is more human languages that use this syntax format than any other. subject being the first on the stack, object being the second, and verb being the last, that then places the result on the stack for the next object and verb.
it's the most efficient encoding and doesn't require parenthesisation of anything.
anyway, i can't think of how it's useful for me writing a query system. the query is just a matching filter.