STILL HERE.

STILL RUNNING.

RECALL is a declarative web interface language with COBOL-inspired syntax. It transpiles to self-contained, dependency-free HTML files. The source is always embedded in the output.

READ THE SPEC VIEW ON GITHUB
GET STARTED
npm install -g @semanticintent/recall
recall compile portfolio.rcl
DESIGN PRINCIPLES

What RECALL believes.

SYNTAX

What it looks like.

IDENTIFICATION DIVISION. PROGRAM-ID. MY-SITE. PAGE-TITLE. Hello World. PROCEDURE DIVISION. RENDER-HERO. DISPLAY HEADING-1 Hello World. STOP SECTION. STOP RUN.