redefining SBCL prompts
Hello,
Can someone please post a few lines to show me the proper way to
redefine the REPL and DEBUG prompts in SBCL? Static strings are fine
for my use. Thank you.
-M
.
Relevant Pages
- Re: Very poor Lisp performance
... That's a rather ancient version of SBCL, ... and doing an extra memory indirection for each slot access. ... honor the compiler policy for code entered on the repl, ... (comp.lang.lisp) - Re: Why does SBCL ...? was Re: "The Little Lisper"
... > I have a question about SBCL, and this is also why I do not use it. ... can be performed at compile-time (thus ... As for whether this is desireable for functions typed in at the REPL, ... If you have top-down code spanning multiple files, ... (comp.lang.lisp) - command-line arguments (newbie)
... I have a lisp program that has a main function. ... You start up the REPL ... It outputs a bunch of data to the screen, ... This implies that I need to tell sbcl (through some ... (comp.lang.lisp) - Re: lang/sbcl consumes all available memory and dies
... starts to eat all memory until it dies from bus error never reaching ... This is SBCL 1.0.25, an implementation of ANSI Common Lisp. ... Just run `sbcl' and exit from REPL by ... Please, try this patch. ... (freebsd-current) - Check multiple CLs Re: Tic-Tac-Toe help
... I needed to make default value bindings ... &optional for ABCL & SBCL ... The REPL made me think - ... (comp.lang.lisp) |
|