Skip to main content

Announcing Jactl 1.3.0

· 4 min read
James Crawford
Jactl Creator

Jactl 1.3.0 fixes a few minor bugs and adds some language features. The main new feature is to support the ability to checkpoint script instance execution state and have it restored and resumed on another instance after a failure.

Joey: Jactl Orchestration Engine

· 5 min read
James Crawford
Jactl Creator

I am often asked what the point is in having yet another language for the JVM. Apart from the fun of writing a compiler and being able to run actual programs using my own language, I wanted a language where the execution state could be captured and persisted such that if the server where the application is running fails, the execution state can be restored and resumed on another machine.