Skip to content

Instantly share code, notes, and snippets.

View ast-hugger's full-sized avatar

Vassili Bykov ast-hugger

View GitHub Profile
@ast-hugger
ast-hugger / dc.rkt
Last active October 7, 2022 22:59
Delimited continuations in terms of call/cc
;; Delimited continuations
#lang racket ; but will work in any Scheme (without this line)
;; There are other implementations along the same lines floating around.
;; Here we are trying to paint a more comprehensible (or at least a less
;; incomprehensible) picture by structuring the implementation as three
;; distinct layers:
;; Layer 1
@ast-hugger
ast-hugger / MethodHandlesCombinators.pdf
Last active April 2, 2018 06:45
MethodHandle Combinators Symbolic Cheat Sheet
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.