Well, I finally ran into a Python Unicode problem, sort of

Lawrence D’Oliveiro lawrencedo99 at gmail.com
Sun Jul 3 17:26:51 EDT 2016


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)”.



More information about the Python-list mailing list