HACKER Q&A
📣 dils

A language with a fault-tolerant runtime


I have been using temporal.io for the last year and was quite impressed by it's fault-tolerant runtime, making my development experience much better.

And I thought today, that wouldn't it be cool if there was a language with temporal-like runtime? Where all Temporal's primitives would be baked in the language itself and where potential errors could be caught during the compilation step.


  👤 anonzzzies Accepted Answer ✓
Erlang/OTP is the closest I think. At least that I know of.

We are building this in Common Lisp so it's dynamic, indeed also based on positive experiences with Temporal. Everything should work like that.