From e3797c79f853fffcf3da2a2fa2acbdab786cc96b Mon Sep 17 00:00:00 2001 From: DarkWiiPlayer Date: Wed, 25 Mar 2020 10:40:28 +0100 Subject: [PATCH] Add paper about javascript continuations to bibliotheca --- bibliotheca.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/bibliotheca.md b/bibliotheca.md index a5c87f1..41a29d5 100644 --- a/bibliotheca.md +++ b/bibliotheca.md @@ -3,7 +3,7 @@ Books, Blogs and Others This is a list of resources I've found on the internet that seemed somewhat interesting. -That includes (mostly) books, but also blog posts, papers, etc. +That includes books, blog posts, papers, etc. Link may not be canonical. This is not a list of stuff I've read; most likely, it's things that I want to read at some point @@ -56,6 +56,10 @@ Papers > This paper presents T-Collide, a fast, low memoryoverhead, low execution-cost, time-based collision detection scheme. It is intended for real-time systems such as games or simulations to optimize collision detection between large numbers of mobile objects. +### [Exceptional Continuations in JavaScript](http://www.schemeworkshop.org/2007/procPaper4.pdf) + +> In this paper we present our adaption of exception-based continuations to JavaScript. + Blogs ----------------------------------------