From: Christopher Allan Webber Date: Tue, 24 Nov 2015 19:09:58 +0000 (-0600) Subject: fix up readme to say %8sync X-Git-Tag: v0.1.0~74 X-Git-Url: https://jxself.org/git/?p=8sync.git;a=commitdiff_plain;h=651f6c1c088b293d2e880a5ff26ab4ff4baba5a2 fix up readme to say %8sync --- diff --git a/README.md b/README.md index 145d256..4fd7bdf 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ for [GNU Guile](https://www.gnu.org/software/guile/). Some features: - An asynchronous event loop! Non-blocking on ports and file access. - - Easy to use! The =%sync= / =8sync= operator lets you write + - Easy to use! The =%8sync= operator lets you write asynchronous code that looks simple while avoiding callback hell. This happens through the magic of [delimited continuations](https://www.gnu.org/software/guile/manual/html_node/Prompts.html).