* NEWS:
* README.md: Update references from %8sync -> 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
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).