standup

24th of March, 2026

I am still working on a dedicated rewrite that should make the Pyscript & Positron story a “love one”, but there’s still work to do … that being said:

My current hope is that Python will listen this time, after shipping t strings in its form, and we’ll have something as cool as aliases for t:

@template_string
def html(template.Instance): pass

# see? no html(t'...') ... just html'...'
html'<h1>Hello, finally, t-string!</h1>'

so that it’s clear that a function must be used as the t-string equivalent, its signature will be sealed, people won’t need to remember to wrap strings after t (or even worse, or by accident, f) and we’ll have some powerful primitive that will flourish as much as template literal tags in the JS world flourished over the last 10 years … there is hope!

That’s it, I am still working on putting all pieces together, but because today there were new discoveries, discussions and solutions, I wanted to write down where I am, hoping that next time I update this space I can show you what I’ve built instead 👋