From 29c12142df3e270545659cb739dbd652ee79e7ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jens=20Axel=20S=C3=B8gaard?= Date: Sat, 24 Jan 2015 11:21:44 +0100 Subject: [PATCH] Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f352e28..34b4f3d 100644 --- a/README.md +++ b/README.md @@ -11,9 +11,13 @@ This fork of Whalesong differs from dyoo/whalesong in the following ways: (require whalesong/lang/match) * Adds on-release (as a complement to on-key) + Contributed by Darren Cruse * Adds parameters (require whalesong/lang/parameters) - + * Extended whalesong/image and whalesong/images + (more functions, bug fixes, not matches WeScheme) + Contributed by Emmanuel Schanzer + 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)