Hacker News new | ask | show | jobs
by 4lb0 626 days ago
I'm doing https://bialet.dev a web framework for simple web apps with idea to get back to have a fully static HTML first, and then you code the dynamic part.

It's based on the Object-Oriented scripting language Wren, it's fully integrated with SQLite, and it has a sort of JSX for the HTML (it's actually strings and interpolations, being part of the language).