summaryrefslogtreecommitdiffstats
path: root/hobbit.texi
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2017-03-03 00:56:40 -0800
committerBryan Newbold <bnewbold@robocracy.org>2017-03-03 00:56:40 -0800
commitfd5f104f287427fee885583bc398c137674e6af0 (patch)
tree151d1875fdbbc52fd992f53ee197f7070c5f73d1 /hobbit.texi
parent90889a692076f2c62486607d0354e0fca52364bc (diff)
downloadscm-7c9d2cc9d07b51358f0bccbf14f9eba54c346b90.tar.gz
scm-7c9d2cc9d07b51358f0bccbf14f9eba54c346b90.zip
New upstream version 5f2upstream/5f2upstream
Diffstat (limited to 'hobbit.texi')
-rwxr-xr-x[-rw-r--r--]hobbit.texi12
1 files changed, 6 insertions, 6 deletions
diff --git a/hobbit.texi b/hobbit.texi
index a04c8f8..2dd55aa 100644..100755
--- a/hobbit.texi
+++ b/hobbit.texi
@@ -106,7 +106,7 @@ Hobbit (derived from hobbit5x) is now part of the SCM Scheme
implementation. The most recent information about SCM can be found on
SCM's @dfn{WWW} home page:
-@center @url{http://swiss.csail.mit.edu/~jaffer/SCM}
+@center @url{http://people.csail.mit.edu/jaffer/SCM}
Hobbit4d has also been ported to the Guile Scheme implementation:
@@ -149,7 +149,7 @@ files.
@example
cd ~/scm/
-scm -rcompile -e'(compile-file "example.scm")'
+scm -rcompile -e"(compile-file \"example.scm\")"
Starting to read example.scm
@@ -206,7 +206,7 @@ files.
@example
cd ~/scm/
-scm -rcompile -e'(compile->executable "exscm" "example.scm")'
+scm -rcompile -e"(compile->executable \"exscm\" \"example.scm\")"
Starting to read example.scm
@@ -1979,7 +1979,7 @@ University of Go"teborg@*
S-41296 Go"teborg Sweden
@end quotation
-A. Jaffer (agj @@ alum.mit.edu), the author of SCM, has been of major
+A. Jaffer (agj@@alum.mit.edu), the author of SCM, has been of major
help with a number of suggestions and hacks, especially concerning the
interface between compiled code and the SCM interpreter.
@@ -2074,10 +2074,10 @@ The following bugs have been fixed:
@itemize @bullet
@item
Erroneous treatment of [ and ] inside symbols,
-reported by A. Jaffer (agj @@ alum.mit.edu).
+reported by A. Jaffer (agj@@alum.mit.edu).
@item
A bug in the liftability analysis,
-reported by A. Jaffer (agj @@ alum.mit.edu).
+reported by A. Jaffer (agj@@alum.mit.edu).
@item
A bug occurring in case arguments are evaluated right-to-left,
which happens with Hobbit compiled by gcc on GNU/Linux.