[slime-devel] Re: stepping

Tobias C. Rittweiler tcr at freebits.de
Fri Jul 4 22:16:10 UTC 2008


Roman Budzianowski <roman.j at budzianowski.net> writes:

> Hi,
>
> Somehow, it doesn't work in my allegro, using SLIME
>
> PQ> (defun fact (n)
>            (if (= n 1) 1 (* n (fact (1- n)))))
> FACT
> PQ> (fact 3)
> 6
> PQ> (compile 'fact)
> FACT
> NIL
> NIL
> PQ> :step nil
> NIL
> PQ> (step fact)
> (FACT)
> PQ> (fact 3)
> 6
> PQ>
>
> I'd appreciate any suggestions.

How does this relate to Slime? Or do you want to say that it works on
the terminal, without Slime?

(Notice that the above call to STEP is actually bogus, at least
according to how STEP is specified.)

  -T.




More information about the slime-devel mailing list