Yet another delimited continuations implementation and why Project Loom is a bit disappointing

This page summarizes the projects mentioned and recommended in the original post on /r/java

CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • javactrl

    Resumable exceptions and delimited continuations for JVM

  • CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  • lombok-pg

    Collection of lombok extensions

    Why do you need exceptions for control flow? I mean, are there corner cases that an implementation such as Yield would fail?

  • loom-fiber

    Continuation & Fiber examples using the OpenJDK project Loom prototype

    You can play directly with JDK continuations with some add-opens hacking to create generators, but AFAIK, Continuation is being kept private because it is not Thread safe and its usage is heavilly tied with some compiler assumptions, so missusage might crash the VM.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • JVM with multi-shot resumable exceptions

    1 project | /r/ProgrammingLanguages | 13 Mar 2023
  • You can abuse coroutines to implement some monads

    1 project | /r/ProgrammingLanguages | 1 Mar 2023
  • trice VS RTEdbg - a user suggested alternative

    2 projects | 21 Nov 2024
  • Compact Object Headers in Java 24

    1 project | news.ycombinator.com | 9 Nov 2024
  • Mobile Security Tools part 3: Objection

    3 projects | dev.to | 1 Nov 2024

Did you konow that Java is
the 8th most popular programming language
based on number of metions?