summaryrefslogtreecommitdiff
path: root/doc/ref/compiler.texi
diff options
context:
space:
mode:
Diffstat (limited to 'doc/ref/compiler.texi')
-rw-r--r--doc/ref/compiler.texi11
1 files changed, 5 insertions, 6 deletions
diff --git a/doc/ref/compiler.texi b/doc/ref/compiler.texi
index cb6b1ad35..8b99d43f1 100644
--- a/doc/ref/compiler.texi
+++ b/doc/ref/compiler.texi
@@ -1,6 +1,6 @@
@c -*-texinfo-*-
@c This is part of the GNU Guile Reference Manual.
-@c Copyright (C) 2008-2016, 2018
+@c Copyright (C) 2008-2016, 2018, 2020
@c Free Software Foundation, Inc.
@c See the file guile.texi for copying conditions.
@@ -1378,11 +1378,10 @@ machine code in addition to bytecode, pre-filling the corresponding JIT
data structures referenced by the @code{instrument-entry} bytecodes.
@xref{Instrumentation Instructions}.
-The compiler also needs help at the top end, enhancing the Scheme that
-it knows to also understand R7RS, and adding new high-level compilers.
-We have JavaScript and Emacs Lisp mostly complete, but they could use
-some love; Lua would be nice as well, but whatever language it is
-that strikes your fancy would be welcome too.
+The compiler also needs help at the top end, adding new high-level
+compilers. We have JavaScript and Emacs Lisp mostly complete, but they
+could use some love; Lua would be nice as well, but whatever language it
+is that strikes your fancy would be welcome too.
Compilers are for hacking, not for admiring or for complaining about.
Get to it!