X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=contrib%2Fsb-aclrepl%2Fsb-aclrepl.texinfo;h=3ee58bb87e8e3c0828583783663b87e249a70c77;hb=37bf7dd7201a3b8c8db4b07b32934f6c5d3b6fdd;hp=4a71c0ff70c9c066272e300068be5e6ba26d03a4;hpb=f5a3b5bfc0dadc42b92a73e16891f5093836d424;p=sbcl.git diff --git a/contrib/sb-aclrepl/sb-aclrepl.texinfo b/contrib/sb-aclrepl/sb-aclrepl.texinfo index 4a71c0f..3ee58bb 100644 --- a/contrib/sb-aclrepl/sb-aclrepl.texinfo +++ b/contrib/sb-aclrepl/sb-aclrepl.texinfo @@ -1,15 +1,14 @@ @node sb-aclrepl @section sb-aclrepl +@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 @@ -19,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}: @@ -44,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.