From a7e8d85c88fba9c2b6da8c1453c510285af29db3 Mon Sep 17 00:00:00 2001 From: darrencruse Date: Thu, 1 Jan 2015 19:38:05 -0600 Subject: [PATCH] allow on-release in world big-bang programs --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b555ea2..f352e28 100644 --- a/README.md +++ b/README.md @@ -9,9 +9,11 @@ This fork of Whalesong differs from dyoo/whalesong in the following ways: (require whalesong/lang/for) * Adds match (require whalesong/lang/match) + * Adds on-release + (as a complement to on-key) * Adds parameters (require whalesong/lang/parameters) - + Note: The implementation of parameters works fine, as long as you don't mix parameterize with non-local-exits and reentries (i.e. call/cc and friends)