With Python-like syntax, Starlark is immediately accessible to most engineers and data scientists. This reduces the learning curve compared to DSLs while providing significantly more expressiveness.
I am already curious to see how it is tested. With Temporal you get also deterministic flow but since it's a regular language the regular testing tools can be used and it's quite easy because the function is pure.