From 4ba0f8ddcbe4fb7a858954f2cc88677557241787 Mon Sep 17 00:00:00 2001 From: Jakub Jankiewicz Date: Mon, 15 Jan 2024 18:15:32 +0100 Subject: [PATCH] update README --- README.md | 1 + templates/README.md | 1 + 2 files changed, 2 insertions(+) diff --git a/README.md b/README.md index bf4931283..d0e481355 100644 --- a/README.md +++ b/README.md @@ -263,6 +263,7 @@ They should be loaded as R7RS libraries in final 1.0.0 version | An interface to access environment variables | [SRFI-98](https://srfi.schemers.org/srfi-98/) | | Boxes | [SRFI-111](https://srfi.schemers.org/srfi-111/) | | Syntactic combiners for binary predicates | [SRFI-156](https://srfi.schemers.org/srfi-156/) | +| Evaluating expressions in an unspecified order | [SRFI-236](https://srfi.schemers.org/srfi-236) | ## Links * [Gitter Chat for discussions](https://gitter.im/jcubic/lips) diff --git a/templates/README.md b/templates/README.md index 96194b301..4f33d13d7 100644 --- a/templates/README.md +++ b/templates/README.md @@ -263,6 +263,7 @@ They should be loaded as R7RS libraries in final 1.0.0 version | An interface to access environment variables | [SRFI-98](https://srfi.schemers.org/srfi-98/) | | Boxes | [SRFI-111](https://srfi.schemers.org/srfi-111/) | | Syntactic combiners for binary predicates | [SRFI-156](https://srfi.schemers.org/srfi-156/) | +| Evaluating expressions in an unspecified order | [SRFI-236](https://srfi.schemers.org/srfi-236) | ## Links * [Gitter Chat for discussions](https://gitter.im/jcubic/lips)