alfnoodles | 5 years ago | on: Common Expression Language
alfnoodles's comments
alfnoodles | 5 years ago | on: Common Expression Language
The link given if for the spec, this is probably a better "intro" page: https://opensource.google/projects/cel
alfnoodles | 5 years ago | on: Common Expression Language
Go on... :-). Why don't you like them?
page 1
Note that python uses if/else for the ternary expression form as well: `a = b if c else d`
Though personally, I like to have the condition in the front, instead of in the middle.