X-Git-Url: https://jxself.org/git/?p=8sync.git;a=blobdiff_plain;f=README.md;h=8884d53044d27ed29289ffa4262baf72e7d0ee7c;hp=145d25670ea2f98f505859b778adb55a1253a204;hb=f869d979f81a5e496022f2d50f4c9196ab67353a;hpb=b8400d4977d14f63b5db22f52384dad01f8c39b0 diff --git a/README.md b/README.md index 145d256..8884d53 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,12 @@ 8sync: an asynchronous programming library for Guile ==================================================== -8sync (pronounced "eight-sync") is an asynchronous programming library -for [GNU Guile](https://www.gnu.org/software/guile/). +GNU 8sync (pronounced "eight-sync") is an asynchronous programming +library 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).