Tag
Jactl implements virtual threads and continuations for its scripting language in Java 8 without using Loom, enabling non-blocking operations in event-driven applications.
A blog post presenting a universal approach to mocking in testing by using continuations to capture effects, allowing tests to verify correct arguments and order of calls without performing the effects. The technique is demonstrated in the Gleam programming language.
This article demonstrates how to use continuations in the Gleam programming language to abstract over different computational effects like error handling and async, enabling reusable business logic.