Get the latest tech news
Compiling Dinner
compiling dinner. GitHub Gist: instantly share code, notes, and snippets.
It’s to notice that the same mental steps compilers use to translate source code are happening every time you follow instructions in the real world. You can describe the rules in plain English—“I want a recipe language where steps look like ‘Bake chicken at 350°F for 40 minutes’”—and the model will sketch out the code to tokenize, parse, and execute it. BNF, the formal notation once reserved for programming languages, becomes a way to articulate structure in any symbolic domain.
Or read this on Hacker News