Here are
26 public repositories
matching this topic...
Λrrow - Functional companion to Kotlin's Standard Library
Updated
Mar 4, 2021
Kotlin
Irken is a statically typed variant of Scheme. Or a lisp-like variant of ML.
Updated
Jan 31, 2020
Scheme
Extensible algebraic effects with handlers
Updated
Feb 27, 2021
Scala
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
Async / Await asynchronous programming model for Java similar to the functionality available in C# 5. The implementation is based on continuations for Java (see my other projects).
Updated
Oct 13, 2020
Java
C# co-routine Kernel for .Net. Includes Futures, Barriers, Triggers, Timers and Groups. Gamasutra article provides extra documentation.
Continuations / CoRoutines for Java 1.5 - 11, build tools, CDI support. This project is based on completely re-worked Apache Jakarta Commons JavaFlow library.
Choice operator in OCaml, providing a backtracking monad
Updated
Nov 11, 2019
OCaml
Implementation of delimited control for C/C++
Delimited continuations in byte-code and native OCaml
Updated
Jan 10, 2021
OCaml
Continuation monads for cats
Updated
Nov 9, 2019
Scala
C shim for task copying in Turing
Updated
Jan 28, 2021
Julia
A small Lisp dialect that serves me as a test bed for programming language features.
Updated
Mar 3, 2021
Scheme
Advanced web-framework for Common Lisp
Updated
Jun 7, 2017
Common Lisp
Code to experiment with Project Loom continuation/fiber API.
👨💻 (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
A summary of my activities during the past four years
A simple library for working with continuations in elm
Control Structures and Paradigms in Java on the JVM
Updated
Jul 29, 2017
Java
DeloreanJS is a proof-of-concept back-in-time debugger for JavaScript.
Updated
Jan 5, 2021
JavaScript
A forth-like language written in Java that supports Continuations.
Updated
Sep 28, 2020
Java
Continuation-based fibers for Scala
Updated
Sep 29, 2018
Scala
Experiments with Project Loom (Early Access Builds)
Cooperative multithreading system in Javascript using Continuations
Updated
Feb 2, 2018
JavaScript
Updated
Jul 29, 2019
Scala
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.
We currently identify a set of arguments (for caching purposes), passed in as
*argsand**kwargs, using the followingkas the key to a cache dictionary:(This functionality is only relevant for pure functions. Assume also that all relevant data is hashable.)
However, consid