1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-17 01:00:20 +02:00

Update compiler.texi and history.texi

* doc/ref/compiler.texi (Extending the Compiler):
* doc/ref/history.texi (A Timeline of Selected Guile Releases):
  (Status): Update.  Thanks to Mikael Djurfeldt for the bug report.
This commit is contained in:
Andy Wingo 2020-01-06 21:44:39 +01:00
parent 6cfee36543
commit 272bc09d97
2 changed files with 12 additions and 17 deletions

View file

@ -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!