SQRL, aka Smyte Query and Rules Language, is a query language created in 2018 by Josh Yudaken and Pete Hunt and Julian Tempelsman and Paul Mou and Yunjing Xu and David Newman.
#1127on PLDB | 6Years Old |
git clone https://github.com/sqrl-lang/sqrl
SQRL was the language designed by Smyte, and later acquired by Twitter in 2018. It is a safe, stateful language for event streams, designed to make it easy to enforce anti-abuse rules.
LET Username := input();
LET Message := concat("Hello, ", Username, "!");
EOF