Relative Content

Tag Archive for operators

Should ** bind more tightly than !, ~?

Designing a programming language, I’m including the ** exponentiation operator. In Fortran and Python, the two languages I know of which have this operator, it binds more tightly than unary minus, which makes sense for practicality as well as tradition.

Should ** bind more tightly than !, ~?

Designing a programming language, I’m including the ** exponentiation operator. In Fortran and Python, the two languages I know of which have this operator, it binds more tightly than unary minus, which makes sense for practicality as well as tradition.

Should ** bind more tightly than !, ~?

Designing a programming language, I’m including the ** exponentiation operator. In Fortran and Python, the two languages I know of which have this operator, it binds more tightly than unary minus, which makes sense for practicality as well as tradition.