continuation-passing-style
There are 41 repositories under continuation-passing-style topic.
ThoughtWorksInc/Dsl.scala
A framework to create embedded Domain-Specific Languages in Scala
AnyDSL/thorin
The Higher-Order Intermediate Representation
AnyDSL/impala
An imperative and functional programming language
AnyDSL/MimIR
MimIR is my Intermediate Representation
lilactown/cascade
A library of continuation-passing, thunk-producing versions of many Clojure core functions.
dmitriz/cpsfy
🚀 Tiny goodies for Continuation-Passing-Style functions, fully tested
dhil/phd-dissertation
A summary of my activities during the past four years
srikumarks/IO.js
Library for async Javascript with support for error handling and recovery.
Kraks/quantum-compiler
Quantum circuits compiler with staging and continuations
dmitriz/tiny-cps
Tiny goodies for Continuation-Passing-Style functions (OLDER VERSION), use instead the NEWER `cpsfy`
Q69K/using-cps-in-golang
Article about using CPS in Golang
simmsb/some-scheme-compiler
A CPS transforming scheme compiler, Cheney on the MTA, etc
AnyDSL/impala2-experiment
Rewrite of Impala using dependent types and a PTS. Builds upon Thorin2.
oldratlee/kotlin-coroutines-bottom-up
Complete runnable demo code of article "A Bottom-Up View of Kotlin Coroutines"
overthink/circlet
Scala HTTP server abstraction in the style of Ring
catseye/Oxcart
MIRROR of https://codeberg.org/catseye/Oxcart : A continuation-passing concatenative language
exbotanical/IDL
A Lisp that leverages continuation-passing style and tail call optimization to dramatically enhance JavaScript runtime performance. interpreter, runtime, and transpiler
abeln/cc
Algorithms from Compilling With Continuation (Appel)
baioc/gyred
Gyre, a new compiler IR 🌀 (WIP)
cs224/dev-meetup-control-structures
Control Structures and Paradigms in Java on the JVM
madmann91/fir
Functional IR
thalesmg/campinas
Experimental delimited continuations library for Elixir using shift / reset
tomhodgins/htmlforever
HTML templating helper functions written in a Continuation-Passing Style for JavaScript, Python, and Ruby
ArielFavioCarrizo/jumpylang
A C-style language with explicit continuations, manual memory management, type erasure and templates
chiaki-i/ochacaml4d-derive-instruction
Derive OchaCaml4D abstract machine instructions from Shan's definitional CPS interpreter
DarinM223/miniml
Code for Compiling with Continuations in Haskell
dragoncoder047/pickle
It's Python! No, it's Tcl!, Wait, what is it?
radrow/Tiny-Semantics
Task for Semantics and Programs Verification course at MIMUW – denotational semantics of extended Tiny programming language in continuational style
tomhodgins/domforever
DOM templating helper functions written in a Continuation-Passing Style
VSADX/implementing-goto-continuations
Options for `goto` in JavaScript.
aizjForever/PyCPS
A CPS conversion tool for Python 3
edmundsmith/continuation_notation
Proc-Macro Syntactic Sugar for Callbacks
samualtnorman/decurse
An abstraction over continuation-passing and trampolining to write recursive functions that don't exceed the maximum call stack size.