X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=contrib%2Fsb-aclrepl%2Fsb-aclrepl.texinfo;h=3ee58bb87e8e3c0828583783663b87e249a70c77;hb=ecfd159f29d31d2cc08d4e5598346c04c9387636;hp=ef7b1e411ed608e28d5d2ed2883526eb37d9cdeb;hpb=91fa18ee11c81e3d0857d61b78ddc52e8e963d7b;p=sbcl.git diff --git a/contrib/sb-aclrepl/sb-aclrepl.texinfo b/contrib/sb-aclrepl/sb-aclrepl.texinfo index ef7b1e4..3ee58bb 100644 --- a/contrib/sb-aclrepl/sb-aclrepl.texinfo +++ b/contrib/sb-aclrepl/sb-aclrepl.texinfo @@ -3,15 +3,12 @@ @cindex Read-Eval-Print Loop @cindex REPL -The @code{sb-aclrepl} module offers an AllegroCL style Read-Eval-Print -Loop for SBCL. An AllegroCL style inspector is integrated. Adding an -AllegroCL style debugger is planned. +@c FIXME: I wanted to use @registeredsymbol{}, but that's +@c only available in Texinfo 4.7. sigh. +The @code{sb-aclrepl} module offers an Allegro CL-style +Read-Eval-Print Loop for SBCL, with integrated inspector. Adding a +debugger interface is planned. -@menu -* Usage:: -@end menu - -@node Usage @subsection Usage To start @code{sb-aclrepl} as your read-eval-print loop, put the form @@ -21,6 +18,8 @@ To start @code{sb-aclrepl} as your read-eval-print loop, put the form in your @file{~/.sbclrc} initialization file. +@subsection Example Initialization + Here's a longer example of a @file{~/.sbclrc} file that shows off some of the features of @code{sb-aclrepl}: @@ -46,3 +45,7 @@ some of the features of @code{sb-aclrepl}: Questions, comments, or bug reports should be sent to Kevin Rosenberg (@email{kevin@@rosenberg.net}). + +@subsection Credits + +Allegro CL is a registered trademark of Franz Inc.