[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Guile-commits] 03/04: Update NEWS.
From: |
Ludovic Courtès |
Subject: |
[Guile-commits] 03/04: Update NEWS. |
Date: |
Sat, 1 Jun 2024 05:52:36 -0400 (EDT) |
civodul pushed a commit to branch main
in repository guile.
commit 37f9fd865ad247cf8dcb50f541fedd0392c874cf
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Sat Jun 1 11:23:43 2024 +0200
Update NEWS.
---
NEWS | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/NEWS b/NEWS
index c9a713c1e..088c2178b 100644
--- a/NEWS
+++ b/NEWS
@@ -9,6 +9,13 @@ Changes in 3.0.10 (since 3.0.9)
* New interfaces and functionality
+** New language: Wisp (SRFI-119)
+
+Guile now includes SRFI-119, commonly referred to as Wisp (for
+"Whitespace for Lisp"), a Pythonesque surface syntax for Scheme where
+parentheses are replaced by equivalent indentation. See SRFI-119 in the
+manual.
+
** New warning: unused-module
This analysis, enabled at `-W2', issues warnings for modules that appear