diff options
author | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2009-09-23 18:03:52 +0200 |
---|---|---|
committer | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2009-09-23 18:03:52 +0200 |
commit | b37bd6e4c858e04434976a8b9ebe420f58fab22f (patch) | |
tree | 75bc84f56dbad3df60403c5140f4c2d8c8f9df26 | |
parent | 3cae2fa03aa86aa4a01b3c950ba2ccebbe03e6f1 (diff) | |
download | geiser-b37bd6e4c858e04434976a8b9ebe420f58fab22f.tar.gz geiser-b37bd6e4c858e04434976a8b9ebe420f58fab22f.tar.bz2 |
Guile: bug fix: evaluation works again (1.9.3 or better required).
-rw-r--r-- | README | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -20,10 +20,10 @@ evaluation/compilation error in an Emacs' compilation-mode buffer). - Currently supported implementations are Guile and PLT. +* Supported scheme implementations - - Guile 1.9.x virtual machine required. - - PLT Scheme 4.1.5.5 or better required. + - Guile 1.9.3 or better. + - PLT Scheme 4.1.5.5 or better. * Installation Geiser can be used either directly from its uninstalled source tree |