The Wayback Machine - https://web.archive.org/web/20220324181327/https://github.com/topics/continuations
Here are
34 public repositories
matching this topic...
Λrrow - Functional companion to Kotlin's Standard Library
Updated
Mar 23, 2022
Kotlin
Irken is a statically typed variant of Scheme. Or a lisp-like variant of ML.
Updated
May 3, 2021
Scheme
Extensible algebraic effects with handlers
Updated
Mar 22, 2022
Scala
Async / Await asynchronous programming model for Java version 1.8 though 17; similar to the functionality available in C# 5. The implementation is based on continuations for Java (see my other projects).
Updated
Feb 17, 2022
Java
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 subtyping.
Updated
Dec 10, 2018
OCaml
C# co-routine Kernel for .Net. Includes Futures, Barriers, Triggers, Timers and Groups. Gamasutra article provides extra documentation.
Choice operator in OCaml, providing a backtracking monad
Updated
Jan 26, 2022
OCaml
Implementation of delimited control for C/C++
Delimited continuations in byte-code and native OCaml
Updated
Jan 10, 2021
OCaml
multi-shot continuations in OCaml
A summary of my activities during the past four years
Tape based task copying in Turing
Updated
Mar 23, 2022
Julia
A small Lisp dialect that serves me as a test bed for programming language features.
Updated
Mar 19, 2022
Racket
Continuation monads for cats
Updated
Nov 9, 2019
Scala
an effect handler-oriented programming language
Updated
Aug 30, 2021
OCaml
Advanced web-framework for Common Lisp
Updated
Jun 7, 2017
Common Lisp
Code to experiment with Project Loom continuation/fiber API.
DeloreanJS is a proof-of-concept back-in-time debugger for JavaScript.
Updated
Nov 17, 2021
JavaScript
👨💻 (Català) Codi i apunts en markdown de la part de reflexió de l'assignatura Conceptes Avançats de Programació (CAP)
Updated
Jan 5, 2018
Smalltalk
Simple toy regex engine implemented using backtracking algorithm and continuations.
Updated
Jan 17, 2022
Java
A simple library for working with continuations in elm
Control Structures and Paradigms in Java on the JVM
Updated
Jul 29, 2017
Java
A forth-like language written in Java that supports Continuations.
Updated
Sep 28, 2020
Java
a hack to access reference counters with atomics
Accompaniment and Continuation Music AI Models and Implementation
Updated
Dec 20, 2021
Jupyter Notebook
Options for `goto` in JavaScript.
Updated
May 4, 2021
JavaScript
Gleam is a simple Scheme language interpreter written in Java.
Updated
Feb 15, 2022
Java
Continuation-based fibers for Scala
Updated
Sep 29, 2018
Scala
STRATAGEM is a research prototype system illustrating some theoretical ideas in game semantics.
Updated
Jun 16, 2021
Standard ML
Improve this page
Add a description, image, and links to the
continuations
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
continuations
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
Help wanted!
The interaction between
unpythonicand theasyncstuff that was added in Python 3.5 is totally untested, because I haven't used, and I'm not even that familiar with, that part of Python myself.Reading Brett Cannon's explanation, I surmise the async features are intended mainly for "microthreading" ty