Top 1,000 Features Creators Resources Blog Explore Download
GitHub icon

Sweet Expressions

< >

Sweet Expressions is a data notation created in 2013 by David A. Wheeler and Alan Manuel K. Gloria.

#1820on PLDB 11Years Old


Example from the web:
define fibfast(n) ; Typical function notation if {n < 2} ; Indentation, infix {...} n ; Single expr = no new list fibup n 2 1 0 ; Simple function calls

Language features

Feature Supported Token Example
Comments ✓
; A comment
Line Comments ✓ ;
; A comment
Semantic Indentation ✓

View source

- Build the next great programming language · About · Acknowledgements · Extensions · Day 624 · feedback@pldb.io