On Sunday, July 3, 2016 at 11:50:52 PM UTC+12, BartC wrote:
> Otherwise you can be looking at:
> 
>    a b c d e f g h
> 
> (not Scheme) and wondering which are names and which are operators.

I did a language design for my MSc thesis where all “functions” were operators. 
So a construct like “f(a, b, c)” was really a monadic operator “f” followed by 
a single argument, a record constructor “(a, b, c)”.
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to