TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Google's Common Expression Language for Expression Evaluation

6 pointsby devjover 5 years ago

1 comment

devjover 5 years ago
# Fast, portable, non-Turing complete expression evaluation<p>Common Expression Language (CEL) is a non-Turing complete language designed for simplicity, speed, safety, and portability. CEL is designed to be evaluated without a sandbox, making it ideal for use within latency critical applications.<p>## Features<p><pre><code> - Familiar C-like syntax common to C++, Go, Java, and TypeScript. - Gradual typing with first-class support for Protobuf and JSON types. - High performance evaluators in C++ and Go with a rich set of standard operators. </code></pre> ## How Google uses Common Expression Language<i></i><p>Google uses CEL as the expression component of IAM and Firebase security policies, as well as within Istio Mixer configs.