Pre-alpha · First usable release planned for late 2026.
Gramlot RosettaLesson 01 · First steps
Hello World
Start with a single heading. Compare how each framework declares the same page.
Example · Vue
Code
How it works · Vue
The single-file component contains only a template with an h1 element. The shared Vue entry mounts that component; this fixed greeting needs no reactive state.
How it compares
There is no clear simplicity advantage for Gramlot here. Vue’s template and Gramlot’s heading declaration both describe the same static element. This lesson does not exercise Data scopes, bindings or other features that could distinguish their semantics.