continuations topic

List continuations repositories

choice

24
Stars
6
Forks
Watchers

Choice operator in OCaml, providing a backtracking monad

joujou

86
Stars
4
Forks
Watchers

A compiler from a small functional language to C. Especially features algebraic effects and handlers with multishot continuations, and a static type system with inference of types and effects, with su...

arrow

6.0k
Stars
437
Forks
Watchers

Λrrow - Functional companion to Kotlin's Standard Library

irken-compiler

209
Stars
17
Forks
Watchers

Irken is a statically typed variant of Scheme. Or a lisp-like variant of ML.

scala-effekt

141
Stars
15
Forks
Watchers

Extensible algebraic effects with handlers

unpythonic

85
Stars
3
Forks
Watchers

Supercharge your Python with parts of Lisp and Haskell.

tascalate-async-await

101
Stars
12
Forks
Watchers

Async / Await asynchronous programming model for Java versions 1.8 - 23; similar to the functionality available in C# 5. The implementation is based on continuations for Java (see my other projects).

tascalate-javaflow

81
Stars
9
Forks
Watchers

Continuations / CoRoutines for Java 1.6 - 23, build tools, CDI support. This project is based on completely re-worked Apache Jakarta Commons JavaFlow library.

Flow

69
Stars
13
Forks
Watchers

C# co-routine Kernel for .Net. Includes Futures, Barriers, Triggers, Timers and Groups. Gamasutra article provides extra documentation.

ocaml-multicont

46
Stars
2
Forks
Watchers

multi-shot continuations in OCaml