Language
You start with eight verbs.
Declare, write, read, update, delete — that's enough to work, and it reads like a sentence. When you need more — walk a graph, take a semantic top-k — you compose by chaining steps with |, left to right. One line pulls a customer's whole graph, with no JOIN to write and no index to declare.
FIND "clients" WHERE rfc = "ACME" | PULL depth=2
LOBEANCHORPUTFINDSCANSETDELETEPURGE