Measures Concepts
GitHub icon

Bayer Expressions

Bayer Expressions - Data notation

< >

Bayer Expressions is a data notation created in 2018 by Dave Bayer.

#2577on PLDB 6Years Old

An alternative notation for S-Expressions that uses fewer parentheses. As described by the creator: Indentation implies parentheses. A pipe "|" opens a parenthesis that auto-closes at the end of that line or at the next ")". A dollar "$" opens a parenthesis that auto-closes when the indentation recovers. The result has a lighter, more poetic look than any language I know, and the parentheses that are left actually matter, so I pay attention to them.


Example from the web:
define | edge? g e let $ es | edges g e2 | reverse e or (member e es) (member e2 es)

View source

- Build the next great programming language Search Add Language Features Creators Resources About Blog Acknowledgements Queries Stats Sponsor Day 605 feedback@pldb.io Logout