diff options
Diffstat (limited to 'hobbit.texi')
-rwxr-xr-x[-rw-r--r--] | hobbit.texi | 12 |
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. |