Language
A markup language built around function calls that compiles to any output format.
Tiramisu is a markup language built around function calls. It produces a generic AST that can be compiled to any output format — HTML, Svelte, React, PDF, and more.
Quick Look
Everything in Tiramisu is either plain text or a function call:
h2 { Hello World }
This is plain text. Use bold { function calls } to add structure.
list {
Simple and readable,
No closing tags,
Compiles to anything
} Functions can take named parameters, positional parameters, or both. They nest naturally — any parameter value can contain other function calls.