Skip to main content

One post tagged with "language-design"

View All Tags

JSON That Thinks: How We Built a Turing-Complete Language Inside JSON

· 6 min read
Osamah Alghanmi
Co-Founder & Technical Lead

What if JSON could express logic, not just data? What if your configuration files could make decisions?

We built a Turing-complete programming language that's a strict subset of JSON. No new syntax. No custom parser. Every Almadar program is valid JSON.

Here's why — and how.

Recent Posts