Warning: Work in progress! Leave feedback on Zulip or Github if you'd like this doc to be updated.

Oil Expressions vs. Python

Oil's expression language borrows heavily from Python.

In fact, it literally started with Python's Grammar/Grammar file.

Table of Contents
Literal Syntax
Operators
Semantic Differences
Significant Newlines
Additions
Related Links

Literal Syntax

Additions:

Operators

Oil doesn't overload operators as much:

No "accidentally quadratic"

Other:

Semantic Differences

Significant Newlines

Additions

Related Links


Generated on Sat Jan 23 00:06:31 PST 2021