Themata.AI
Themata.AI

Popular tags:

#developer-tools#ai-agents#llms#claude#ai-ethics#code-generation#openai#ai-safety#anthropic#discussion

AI is changing the world. Don't stay behind. Clear summaries, community insight, delivered without the noise. Subscribe to never miss a beat.

© 2026 Themata.AI • All Rights Reserved

Privacy

|

Cookies

|

Contact

A Forth-inspired language for writing websites

Home

robida.net

May 22, 2026

2 min read

🔥🔥🔥🔥🔥

47/100

Summary

A Forth-inspired language for writing websites I don't remember where the idea came from, but I decided that it would be cool if I could write websites using a stack-based language. Something like this: : h1 ( s -- ) "<h1>" emit . "</h1>" emit ; "Hello, World!" h1 So I wrote Forge. I quickly built a library of word definitions that let me easily add microformats to the HTML: : post-content "Hello,...

Read original article