From c8fdae40d917572e59e079238d39edbab9a8ffc1 Mon Sep 17 00:00:00 2001 From: Jan Nieuwenhuizen Date: Mon, 12 Dec 2016 20:31:41 +0100 Subject: [PATCH] Update NEWS. * NEWS: Note specials fix and booting with smaller core. --- NEWS | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/NEWS b/NEWS index 46688156..1487fb02 100644 --- a/NEWS +++ b/NEWS @@ -14,6 +14,9 @@ Please send Mes bug reports to janneke@gnu.org. ** Core *** expand_macro is now a separate function. +*** A smaller core can now compiled using BOOT=1. +The smaller core does not provide define, define-macro, or quasiquote; +these are provided from a Scheme version of implemented eval/apply. ** Language *** Mes now provides a subset of R5RS. *** Mes now provides let-syntax. @@ -29,3 +32,4 @@ Please send Mes bug reports to janneke@gnu.org. ** Noteworthy bug fixes *** Performance of (e.g. scripts/mescc.mes) has been improved by a factor of 40. *** Symbols are now truly unique. + * '(), #t, #f are no longer symbols.