axiom-developer
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Axiom-developer] Release?


From: root
Subject: Re: [Axiom-developer] Release?
Date: Tue, 14 Dec 2004 09:00:22 -0500

Bill,

fyi, if you're going to do a lot of lisp debugging from the top
level loop of axiom you'll find it useful to do:

)lisp (setq boot::$dalymode t)

this has the effect of making any expression that begins with
an open paren into a call to lisp. Thus,

--> )lisp (+ 1 1)

can now be written directly as

--> (+ 1 1)

This is documented in src/interp/int-top.boot but you might have
missed it.

t





reply via email to

[Prev in Thread] Current Thread [Next in Thread]