X-Git-Url: https://jxself.org/git/?p=8sync.git;a=blobdiff_plain;f=README.md;h=7565a5226f349b9dba46a4d9a6c51be3991d7d8b;hp=8884d53044d27ed29289ffa4262baf72e7d0ee7c;hb=9f9dd8c1529e0a25440dc34c13f51451a241fb28;hpb=f869d979f81a5e496022f2d50f4c9196ab67353a diff --git a/README.md b/README.md index 8884d53..7565a52 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,12 @@ GNU 8sync (pronounced "eight-sync") is an asynchronous programming library for [GNU Guile](https://www.gnu.org/software/guile/). +Be warned: it is early days for the 8sync project. New contributors +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).