diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2017-02-20 00:05:29 -0800 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2017-02-20 00:05:29 -0800 |
commit | 302e3218b7d487539ec305bf23881a6ee7d5be99 (patch) | |
tree | bf1adafe552a17b3b78522048bb7c24787696dd3 /hobbit.texi | |
parent | c7d035ae1a729232579a0fe41ed5affa131d3623 (diff) | |
download | scm-302e3218b7d487539ec305bf23881a6ee7d5be99.tar.gz scm-302e3218b7d487539ec305bf23881a6ee7d5be99.zip |
Import Upstream version 5e1upstream/5e1
Diffstat (limited to 'hobbit.texi')
-rw-r--r-- | hobbit.texi | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/hobbit.texi b/hobbit.texi index f87c1b0..1afa9c4 100644 --- a/hobbit.texi +++ b/hobbit.texi @@ -123,7 +123,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://swissnet.ai.mit.edu/~jaffer/SCM} +@center @url{http://swiss.csail.mit.edu/~jaffer/SCM} Hobbit4d has also been ported to the Guile Scheme implementation: @@ -665,9 +665,10 @@ upper row, C ops below): @end group @end example -The following alternative names @t{logical:logand}, @t{logical:logior}, -@t{logical:logxor}, @t{logical:lognot}, @t{ash}, @t{logical:ash} are compiled for the -generic case, not immediate-integers-only and are thus much slower. +The following alternative names @t{logical:logand}, +@t{logical:logior}, @t{logical:logxor}, @t{logical:lognot}, and +@t{ash} are compiled for the generic case, not immediate-integers-only +and are thus much slower. Notice that the procedures @t{logsleft}, @t{logsright} are @b{NOT} in the the library file @file{logical.scm:} the universal procedure |