From: Christopher Allan Webber Date: Fri, 15 Apr 2016 15:20:33 +0000 (-0500) Subject: Update %8sync -> 8sync in NEWS and README.md X-Git-Tag: v0.1.0~6 X-Git-Url: https://jxself.org/git/?p=8sync.git;a=commitdiff_plain;h=f86bd5169c0f4f42fb3c6d5f44fa29989c5dc031;ds=sidebyside Update %8sync -> 8sync in NEWS and README.md * NEWS: * README.md: Update references from %8sync -> 8sync. --- diff --git a/NEWS b/NEWS index 2bd32c7..171aa9d 100644 --- a/NEWS +++ b/NEWS @@ -15,5 +15,5 @@ This is the first release of 8sync. Welcome to 8sync! The following features are present already in this very first release: - An asynchronous event loop - - Delimited continuation support via the (%8sync) command + - Delimited continuation support via the (8sync) command - IRC bot demo diff --git a/README.md b/README.md index 99dd2f5..7565a52 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ and users are more than welcome, but beware API instability. Some features: - An asynchronous event loop! Non-blocking on ports and file access. - - Easy to use! The =%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).