From 37f9fd865ad247cf8dcb50f541fedd0392c874cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Sat, 1 Jun 2024 11:23:43 +0200 Subject: [PATCH] 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