Hacker News new | ask | show | jobs
by gmassman 2034 days ago
What are the advantages of switching to an interpreted runtime?

Btw I used htmx for a small project a few months ago and it was super easy to get working. Definitely recommend it, and looking forward to trying out 1.0 as soon as I have a chance!

1 comments

more flexibility and easier to make it async-transparent since the interpreter runtime is basically a built in continuation system :)